PHP 5.5 GA

Support/Development for PHP
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

PHP 5.5 GA

Unread post by Highland »

It's not on the PHP site yet but, right on schedule, they tagged 5.5.0 on Github this morning
https://github.com/php/php-src/blob/php-5.5.0/NEWS

I would anticipate that 5.3.27 (in RC1) will mark EOL for 5.3

Things of note:
The mysql extensions are now depreciated (this one apparently got fairly heated over the timing, not the action). mysqli is the new standard and most everything uses it now.
https://wiki.php.net/rfc/mysql_deprecation

An interesting note here is that Zend Optimizer (remember that beast?) is now part of 5.5 so no more separate library mess. Indications are this could replace the (bug laden) APC as the de-facto opcode cache
https://wiki.php.net/rfc/optimizerplus
"Its not a mac. I run linux... I'm actually cool." - scott
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: PHP 5.5 GA

Unread post by scott »

Very cool, in addition to the Nucleus repo, we're going to be adding another one, called Quantum for all the leading technologies. This will definitely be in there.
Post Reply