Page 1 of 1

PHP 5.2.15 and 5.3.4 released (PHP 5.2.16 BugFix Release)

Posted: Sun Dec 12, 2010 1:25 pm
by dayo
The PHP development team is proud to announce the immediate release of PHP 5.3.4. This is a maintenance release in the 5.3 series, which includes a large number of bug fixes
....
Multiple improvements to the FPM SAPI
The PHP development team would like to announce the immediate availability of PHP 5.2.15. This release marks the end of support for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3.
Looking forward to Scott doing his thing.

Re: PHP 5.2.15 and 5.3.4 released

Posted: Tue Dec 14, 2010 6:35 am
by nachtmarkt
There is a defunct in the PHP 5.2.15 software as i see from the Atomic Repos when you updating a i386 system.

Into /etc/php.d will you need to change zend.ini and ioncube.ini.
Move into these files the commandline "lib64" to "lib".
Then the PHP wil function normaly as you'll edit the files with nano or vim.

Restart your httpd server, like "service httpd restart"
Check your PHP version "php -v" if it's okay

Regards,
Edward

Re: PHP 5.2.15 and 5.3.4 released (PHP 5.2.16 BugFix Release

Posted: Sun Dec 19, 2010 8:11 am
by dayo
Looks like the 5.2.15 had issues.
[16-Dec-2010] The PHP development team would like to announce the immediate availability of PHP 5.2.16
...
This release focuses on addressing a regression in open_basedir implementation introduced in 5.2.15 in addition to fixing a crash inside PDO::pgsql on data retrieval when the server is down. All users who have upgraded to 5.2.15 and are utilizing open_basedir are strongly encouraged to upgrade to 5.2.16 or 5.3.4.

Re: PHP 5.2.15 and 5.3.4 released (PHP 5.2.16 BugFix Release

Posted: Sun Dec 19, 2010 9:25 am
by breun
According to the changelog Scott already backported a fix for the open_basedir regression to the PHP 5.2.15-2 package in atomic:
* Sun Dec 12 2010 Scott R. Shinn <scott@atomicrocketturtle.com> - 5.2.15-2
- Bugfix #53516 (Regression in open_basedir handling).

Re: PHP 5.2.15 and 5.3.4 released (PHP 5.2.16 BugFix Release

Posted: Sun Dec 19, 2010 9:50 am
by dayo
He is a sharp one, our Scott :)

I didn't see the 5.2.15 changelog as ws waiting for the 5.3 update.

BTW, am I right in thinking that the 5.3 branch is only on the testing repo?

Re: PHP 5.2.15 and 5.3.4 released (PHP 5.2.16 BugFix Release

Posted: Sun Dec 19, 2010 10:25 am
by breun
Yes, PHP 5.3 is only available from the testing repository at the moment.