25 Years of PHP (by the Creator of PHP)
Video Statistics and Information
Channel: Coding Tech
Views: 171,940
Rating: 4.9350348 out of 5
Keywords: php, software development, php programming
Id: wCZ5TJCBWMg
Channel Id: undefined
Length: 71min 50sec (4310 seconds)
Published: Wed Jul 10 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Fascinating to see how far an accidental project has come. I am unreasonably excited for indented heredoc.
I usually can't sit through long videos like this, but this was pretty entertaining and interesting.
"I always thought 6 months was how much PHP had left before it was replaced" :D
Why did Rasmus say ColdFusion wasn't the way to solve the web problem?
Form what I recall coldFusion was a BETTER PHP in the early days. IT had more Database bindings, easier to use tags, more functionality, the only real issue was that it was proprietary and cost money to license a CFM server.. Eventually free and open source PHP caught up..
Oh, dear, I had so much fun with C++, Erlang, Scala, Haskell, Python and even Agda. But each day I like PHP more and more!
Wow, I didn't knew there were actual (real) people who live in Greenland!
loved this video!
loved the video, especially because he goes into the new stuff too.
It's great to see how this language was mostly developed "by accident" and just kinda "happened" because nothing better came around for a long long time hah. Great story :)
I didn't realize the new typed properties will affect performance. I guess it'll be case by case so we'll find out how much.
Higher quality original version appears to be this one: https://vimeo.com/channels/phpday/345936757
I never realized what a big deal the foreign function interface is. I thought it was meant for optimization or something, but if in the future we'll really be able to essentially install extensions via composer, that would be insane.