PHP 4.4.6 Released!

php.internals

Derick Rethans

19 years ago
Hello! The PHP development team would like to announce the immediate availability of PHP 4.4.6. This release addresses a crash problem with the session extension when register_globals is turned on that was introduced in PHP 4.4.6. This release comes also with the new version 7.0 of PCRE and it addresses a number of minor bugs. A separate release announcement is also available. For changes in PHP 4.4.6 since PHP 4.4.5, please consult the PHP 4 ChangeLog. Release Announcement: http://www.php.net/release_4_4_6.php Downloads: http://www.php.net/downloads.php#v4 Changelog: http://www.php.net/ChangeLog-4.php#4.4.6 regards, Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Andrew Hutchings

19 years ago
Derick Rethans wrote:
> Hello! > > The PHP development team would like to announce the immediate > availability of PHP 4.4.6. This release addresses a crash problem with > the session extension when register_globals is turned on that was > introduced in PHP 4.4.6.
So these release fixes a crash that wasn't introduced until this release. That's clever ;) Regards Andrew
-- Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/ A-Wing Internet Services - http://www.a-wing.co.uk/ Windows is the path to the darkside...Windows leads to Blue Screen. Blue Screen leads to downtime. Downtime leads to suffering...I sense much Windows in you.

Derick Rethans

19 years ago
On Thu, 1 Mar 2007, Andrew Hutchings wrote:
> Derick Rethans wrote: > > Hello! > > > > The PHP development team would like to announce the immediate > > availability of PHP 4.4.6. This release addresses a crash problem with > > the session extension when register_globals is turned on that was > > introduced in PHP 4.4.6. > > So these release fixes a crash that wasn't introduced until this > release. That's clever ;)
Nope, it's a typo, it should read: This release addresses a crash problem with the session extension when register_globals is turned on that was introduced in PHP 4.4.5. regards, Derick