Live data from Hacker News

PHP 5.5

github.com

1–10 of 112 posts

Re: PHP 5.5

#6
post #3

Biggest 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

#7
post #3

Biggest 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

#8
post #7
post #3

Biggest 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.

Deploy yes, but not develop with. Most people don't really use virtual machines (vagrant and friends) if they have XP.
Post reply on HN