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 the %F modifier to *printf to render a non-locale-aware representation of a float with the . as decimal seperator.
-
Fixed error handling in mysqli_multi_query.
-
Extended the functionality of is_subclass_of() to accept either a class name or an object as first parameter.
-
Fixed potential problems with unserializing invalid serialize data.
-
Fixed bug
#32076 (ReflectionMethod::isDestructor() always return true).
-
Fixed bug
#31034 (Problem with non-existing iconv header file).
-
Fixed bug
#30995 (snmp extension does not build with net-snmp 5.2).
-
Fixed bug
#30994 (SOAP server unable to handle request with references).
-
Fixed bug
#30990 (allow popen() on *NIX to accept 'b' flag).
-
Fixed bug
#30967 (properties in extended mysqli classes don't work).
-
Fixed bug
#30928 (When Using WSDL, SoapServer doesn't handle private or protected properties).
-
Fixed bug
#30922 (reflective functions crash PHP when interfaces extend themselves).
-
Fixed bug
#30904 (segfault when recording soapclient into session).
-
Fixed bug
#30890 (MySQLi testsuite)
-
Fixed bug
#30856 (ReflectionClass::getStaticProperties segfaults).
-
Fixed bug
#30832 ("!" stripped off comments in xml parser).
-
Fixed bug
#30799 (SoapServer doesn't handle private or protected properties).
-
Fixed bug
#30783 (Apache crash when using ReflectionFunction:: getStaticVariables()).
-
Fixed bug
#30750 (Meaningful error message when upload directory is not accessible).
-
Fixed bug
#30685 (Malformed SOAPClient http header reequest).
-
Fixed bug
#30672 (Problem handling exif data in jpeg images at unusual places).
-
Fixed bug
#30658 (Ensure that temporary files created by GD are removed).
-
Fixed bug
#30645 (def. multi result set support for mysql_connect).
-
Fixed bug
#30637 (compile with pear error).
-
Fixed bug
#30587 (array_multisort doesn't separate zvals before changing them).
-
Fixed bug
#30572 (crash when comparing SimpleXML attribute to a boolean).
-
Fixed bug
#30566 (attribute namespace URIs are inconsistent when parsing).
-
Fixed bug
#30490 (PEAR installation fails).
-
Fixed bug
#30475 (curl_getinfo() may crash in some situations).
-
Fixed bug
#30442 (segfault when parsing ?getvariable[][ ).
-
Fixed bug
#30388 (rename across filesystems loses ownership and permission info).
-
Fixed bug
#30387 (stream_socket_client async connect was broken). (vnegrier at esds dot com, Wez).
-
Fixed bug
#30381 (Strange results with get_class_vars()).
-
Fixed bug
#30375 (cal_info() does not work without a parameter).
-
Fixed bug
#30362 (stream_get_line() not handling end string correctly).
-
Fixed bug
#30359 (SOAP client requests have no port in "Host" field).
-
Fixed bug
#30356 (str_ireplace() does not work on all strings).
-
Fixed bug
#30344 (Reflection::getModifierNames() returns too long strings).
-
Fixed bug
#30329 (Error Fetching http body, No Content-Length, connection closed or chunked data).
-
Fixed bug
#30282 (segfault when using unknown/unsupported session.save_handler and/or session.serialize_handler).
-
Fixed bug
#30281 (Prevent non-wbmp images from being detected as such).
-
Fixed bug
#30276 (Possible crash in ctype_digit on large numbers).
-
Fixed bug
#30230 (exception handler not working with objects).
-
Fixed bug
#30224 (Sybase date strings are sometimes not null terminated).
-
Fixed bug
#30175 (SOAP results aren't parsed correctly).
-
Fixed bug
#30147 (OO sqlite_fetch_object did not reset error handler).
-
Fixed bug
#30133 (get_current_user() crashes on Windows).
-
Fixed bug
#30061 (xml_set_start_namespace_decl_handler not called).
-
Fixed bug
#30057 (did not detect IPV6 on FreeBSD 4.1).
-
Fixed bug
#30042 (strtotime does not use second param).
-
Fixed bug
#30027 (Possible crash inside ftp_get()).
cfield at affinitysolutions dot com
-
Fixed bug
#29954 (array_reduce segfaults when initial value is array).
-
Fixed bug
#29883 (isset gives invalid values on strings).
-
Fixed bug
#29801 (Set limit on the size of mmapable data).
-
Fixed bug
#29557 (strtotime error).
-
Fixed bug
#29418 (double free when openssl_csr_new fails). (Kamesh Jayachandran).
-
Fixed bug
#29385 (Soapserver always uses std class).
-
Fixed bug
#29211 (SoapClient doesn't request wsdl through proxy).
-
Fixed bug
#28817 (Var problem when extending domDocument).
-
Fixed bug
#28599 (strtotime fails with zero base time).
-
Fixed bug
#28598 (Lost support for MS Symbol fonts).
-
Fixed bug
#28220 (mb_strwidth() returns wrong width values for some hangul characters).
-
Fixed bug
#28228 (NULL decimal separator is not being handled correctly).
-
Fixed bug
#28209 (strtotime("now")).
-
Fixed bug
#27798 (private / protected variables not exposed by get_object_vars() inside class).
-
Fixed bug
#27728 (Can't return within a zend_try {} block or the previous bailout state isn't restored.
-
Fixed bug
#27183 (Userland stream wrapper segfaults on stream_write).