PHP 8.4 adds HTML 5 support

preview_player
Показать описание
Today we take a look at the new DOM features coming to PHP 8.4

#php #whatsnew #webdev
Рекомендации по теме
Комментарии
Автор

Never thought RFC react videos would be a thing but I like it.

abbottabbott
Автор

funny thing: don't know if it's just for the video (for us to follow), but you seem to read online text exactly like I do: by selecting the portion of the text I'm reading 😆. thanks for the vid!

WalidsTube
Автор

Thanks to Nielsdos! He should be one of the foundation developers. He's done alot of work

patrick-dev
Автор

shared objects are like dlls, you load it once and all process should use the same one (unless you tell them to load a different one from a different path)

Brad_Script
Автор

Creating the aliases just feels like a step towards deprecating the current classes so in the future the global namespaces can be dropped. Would prefer temp mess without breaking changes if that means future improvements

rhinni
Автор

The DOM\Document should be DOM\HTML4Document instead, if they actually want a sane forward-looking namespace that won't have to always specify its history to avoid confusion.

Winnetou
Автор

sooo i will finally be able to generate PDF files easier

SXsoft
Автор

Until now. No PHP library can clean HTML input from XSS without destroying the original look or burdenning the scalability with lot of config.

medilies
Автор

Running a quick Node child process has proven to be very fast and efficient when it come to manipulating dom. There are so many libraries i feel like this practice has taken over.
I understand the appeal for js/node-less parsing in a php context. Yet it will probably not achieve the same effectiveness. Curious to test it.

CaptainFalcon
Автор

any http3 based or http2 based php video, as i wish gRPC or Quac

manishgautam
Автор

It took so long because it was a questionable feature, not because PHP core devs are slow. I'm not even sure I want to see this new feature often.

davecoder
Автор

because so many browsers are completely HTML5 compliant.

cykonetic
Автор

Thanks for this video. But for my taste it is a bit too long and indepth.

mavvdeus
Автор

whoever wants this baked in PHP has skill issues tbh

Nodsaibot
Автор

im using laravel and react js why would i be bother with this? what am i missing?

doriomer