PHP 5.2.14 is available too
July 25th, 2010 | by Guillaume Plessis |On july, 22nd, the PHP Group released PHP 5.2.14 :
The PHP development team would like to announce the immediate availability of PHP 5.2.14. This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, some of which are security related.
This release marks the end of the active support for PHP 5.2. Following this release the PHP 5.2 series will receive no further active bug maintenance. Security fixes for PHP 5.2 might be published on a case by cases basis. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3.
The packages for Debian “Lenny” are now available on Dotdeb.
Of course, you’re advised to read the full announcement and the Changelog before upgrading.
Thanks (again) to Stefan Esser and the Month of PHP security for improving PHP.
12 Responses to “PHP 5.2.14 is available too”
By Jimps on Jul 25, 2010 | Reply
My installation got broken after upgrade. When I’m trying to start php-fpm:
sudo /etc/init.d/php5-fpm start
Starting php5-fpm Jul 25 23:46:56.263293 [ALERT] [pool www] pm.min_spare_servers(0) must be a positive value
Jul 25 23:46:56.263355 [ERROR] failed to post process the configuration
failed
I read something about that the configuration had changed from ini to xml I think, but mine is still in “.ini”-style.
By Guillaume Plessis on Jul 25, 2010 | Reply
@Jimps : the config switched xml => ini. Read the right post on Dotdeb : http://www.dotdeb.org/2010/07/25/php-5-3-3-packages-are-available/
There are links in it explaining the ini syntax and the meaning of each directive. In your case, just read the error message : using the dynamic process management, you have to set pm.min_spare_servers to a positive and non-zero value.
By JarekMk on Jul 26, 2010 | Reply
Hi,
I have small problem, before upgrade – 5.2.13 WP or phpBB was generated pages in eyeblink – now after upgrade it’s slow… Eg. before 1s now 3s…
Didn’t changed anything in config – have some advice?
//Jarek
By Raoul Bhatia on Jul 29, 2010 | Reply
hi,
is it possible to get 5.2.14 packages for debian
squeeze?
thanks,
raoul
By Guillaume Plessis on Jul 29, 2010 | Reply
@Raoul Bhatia : as soon as Squeeze has been released.
By Marek on Jul 29, 2010 | Reply
Can you please compile with –enable-zend-multibyte ?
http://bugs.php.net/bug.php?id=22108
By Guillaume Plessis on Jul 29, 2010 | Reply
@Marek : I’ll try to enable it in my next upload.
By Raoul Bhatia on Jul 30, 2010 | Reply
@ Guillaume Plessis : i would suggest providing some packages for testing purposes before the actual release – just to be on the safe side
By Guillaume Plessis on Aug 1, 2010 | Reply
@Marek : regarding the thread about zend-multibyte on php-internals, I don’t think I’ll compile PHP with its support. Sorry.
By Marek on Aug 1, 2010 | Reply
@Guillaume Plessis: why? Lack of multibyte causes the problems when php files are saved as UTF with BOM.. As web hosting company we cannot force our customers to use UTF without BOM..
By Guillaume Plessis on Aug 1, 2010 | Reply
@Marek : did you take a look at this thread? http://news.php.net/php.internals/49175
–enable-zend-multibyte could break more things that is solves.:(
By g on Sep 3, 2010 | Reply
I did what instruction told us… change the repository,
but then I unable to
execute
apt-get install php5
because its dependencies are unresolved.
How could we do solving out dependency at one time?
mine was error caught at:
libapache2-mod-php5
-libdb4.6
-libkrb53