PHP in 2018 by the Creator of PHP
Video Statistics and Information
Channel: Coding Tech
Views: 200,654
Rating: 4.9202814 out of 5
Keywords: php, php7, software development, javascript, web development, wordpress
Id: rKXFgWP-2xQ
Channel Id: undefined
Length: 30min 57sec (1857 seconds)
Published: Fri May 25 2018
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Sweet. I've read the slides a couple times before (they show up in some google searches I've done) but never watched the talk. Glad I did, he gave a lot of extra explanations on top of the slides that I didn't get before.
Besides the very interesting tidbits about how PHP 7.x is being optimized, the best take away was Phan - the static PHP analyzer.
I like how he owns up to screwing up the original design (~5:15) and admits PHP isn't focused on breaking backwards compatibility nor the 80% of the web that has some component of PHP code. Flak, a consequence of owning the territory.
This is really awesome. Thanks.
That was really nice to watch because it was not only a walkthrough through the new features and known issues with PHP, it also was a journey back to my starting days with PHP.Wish there were more presenters like these catching up with PHP.
Edit: http://talks.php.net/index.php/PHP is the right place to go!
Where can I get the slides?
I knew about DCE, but wasn't aware how clever it is. Can I assume that every redundant intermediate variable (like those introduced for readability) will be eliminated?
Still the king (we deserve.)
Man, phan looks awesome. It's the kind of tool I need at work.