PHP 5.2.15 and 5.3.4 released (PHP 5.2.16 BugFix Release)

Support/Development for PHP
dayo
Forum Regular
Forum Regular
Posts: 158
Joined: Sun Jul 12, 2009 1:33 pm

PHP 5.2.15 and 5.3.4 released (PHP 5.2.16 BugFix Release)

Unread post 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.
Last edited by dayo on Sun Dec 19, 2010 8:09 am, edited 1 time in total.
nachtmarkt
New Forum User
New Forum User
Posts: 4
Joined: Tue Dec 14, 2010 6:20 am
Location: Middelburg, Netherlands

Re: PHP 5.2.15 and 5.3.4 released

Unread post 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
dayo
Forum Regular
Forum Regular
Posts: 158
Joined: Sun Jul 12, 2009 1:33 pm

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

Unread post 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.
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

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

Unread post 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).
Lemonbit Internet Dedicated Server Management
dayo
Forum Regular
Forum Regular
Posts: 158
Joined: Sun Jul 12, 2009 1:33 pm

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

Unread post 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?
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

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

Unread post by breun »

Yes, PHP 5.3 is only available from the testing repository at the moment.
Lemonbit Internet Dedicated Server Management
Post Reply