PDA

View Full Version : [All Servers] PHP updated to 4.4.4


Steve
25th August 2006, 15:51
All Servers - 25 August 2006

Old Version: PHP 4.4.3
New Version: PHP 4.4.4

I have just updated PHP to version 4.4.4. With this update the following has changed:

* Fixed memory_limit on 64bit systems.
* Fixed overflow on 64bit systems in str_repeat() and wordwrap().
* Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are enabled.
* Fixed a memory corruption error with an invalid foreach() call.
* Fixed bug #38431 (xmlrpc_get_type() crashes PHP on objects).
* Fixed bug #38377 (session_destroy() gives warning after session_regenerate_id()).
* Fixed bug #38322 (reading past array in sscanf() leads to arbitary code execution).
* Fixed bug #38278 (session_cache_expire()'s value does not match phpinfo's session.cache_expire).
* Fixed bug #38251 (socket_select() and invalid arguments).
* Fixed bug #38183 (disable_classes=Foobar causes disabled class to be called Foo).
* Fixed bug #38112 (corrupted gif segfaults).
* Fixed bug #37265 (Added missing safe_mode & open_basedir checks to imap_body()).
* Fixed bug #29538 (number_format and problem with 0).

Regards,