PHP 5.5
github.com
PHP 5.5
1–10 of 112 posts
Re: PHP 5.5
#2Re: PHP 5.5
#3Biggest change?
- Drop Windows XP and 2003 support
Re: PHP 5.5
#4Biggest change? - Drop Windows XP and 2003 support
And PHP finally gets finally, I guess.
Re: PHP 5.5
#5A nice meaty change list there. Get compiling :D
Re: PHP 5.5
#6Biggest change? - Drop Windows XP and 2003 support
Most interesting things for me:
* PHP is getting the yield keyword (i.e. generators and coroutines), which many other languages have had for a while.
* A sensible and simple built-in password hashing API
* Error when using the deprecated mysql extension, which should hopefully get more people moving to PDO (e.g. WordPress: http://core.trac.wordpress.org/ticket/21663 )
Re: PHP 5.5
#7Biggest change? - Drop Windows XP and 2003 support
Only if you're using them in the first place. Most people deploy in Linux. Hence, totally irrelevant for them.
Re: PHP 5.5
#8Re: PHP 5.5
#9Am I the only one thinking PHP needs more stuff removed rather than added ?
Re: PHP 5.5
#10They added coroutines in a minor number patch. wat.