PHP 5.0 is no longer officially supported by the PHP project.
Official support refers to that provided direct by the PHP Project.
If you install PHP via third-party packages, support timelines may be different.
Please read the Release Support Policy for more information.
The latest release of PHP 5.0 is
5.0.5.
Source Code
Change Log
-
misc
-
Added new boolean (fourth) parameter to array_slice() that turns on the preservation of keys in the returned array.
-
Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes them sort based on the current locale.
-
Added interface_exists() and make class_exists() only return true for real classes.
-
Added PHP_EOL constant that contains the OS way of representing newlines.
-
Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion.
-
Renamed SoapClient->__call() to SoapClinet->__soapCall().
-
Fixed bug with raw_post_data not getting set (Brian)
-
Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
-
Fixed bug
#30209 (ReflectionClass::getMethod() lowercases attribute).
-
Fixed bug
#30182 (SOAP module processing WSDL file dumps core).
-
Fixed bug
#30045 (Cannot pass big integers (> 2147483647) in SOAP requests).
-
Fixed bug
#29985 (unserialize()/ __PHP_Incomplete_class does not report correctly class name).
-
Fixed bug
#29945 (simplexml_load_file URL limitation 255 char).
-
Fixed bug
#29873 (No defines around pcntl_*priority definitions).
-
Fixed bug
#29844 (SOAP doesn't return the result of a valid SOAP request).
-
Fixed bug
#29842 (soapclient return null value).
-
Fixed bug
#29839 (incorrect convert (xml:lang to lang)).
-
Fixed bug
#29830 (SoapServer::setClass() should not export non-public methods).
-
Fixed bug
#29828 (Interfaces no longer work).
-
Fixed bug
#29821 (Fixed possible crashes in convert_uudecode() on invalid data).
-
Fixed bug
#29808 (array_count_values() breaks with numeric strings).
-
Fixed bug
#29805 (HTTP Authentication Issues).
-
Fixed bug
#29795 (SegFault with Soap and Amazon's Web Services).
-
Fixed bug
#29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on error).
-
Fixed bug
#29711 (Changed ext/xml to default to UTF-8 output).
-
Fixed bug
#29678 (opendir() with ftp:// wrapper segfaults if path does not have trailing slash).
-
Fixed bug
#29657 (xml_* functions throw non descriptive error).
-
Fixed bug
#29656 (segfault on result and statement properties).
-
Fixed bug
#29566 (foreach/string handling strangeness (crash)).
-
Fixed bug
#29447 (Reflection API issues).
-
Fixed bug
#29296 (Added sslv2 and sslv3 transports).
-
Fixed bug
#29283 (Invalid statement handle in mysqli on execute).
-
Fixed bug
#29913 (parse_url() is now binary safe).
-
Fixed bug
#27994 (segfault with Soapserver when WSDL-Cache is enabled).
-
Fixed bug
#27791 (Apache 2.0 SAPI build against Apache 2 HEAD).
-
Fixed bug
#26737 (private/protected properties not serialized when user declared method __sleep() exists). E_NOTICE thrown when __sleep() returns name of non-existing member.