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
-
Updated PCRE to provide better error handling in certain cases.
-
Changed doc comments to require a single white space after '/**'.
-
Fixed bug
#29019 (Database not closing).
-
Fixed bug
#29008 (array_combine() does not handle non-numeric/string keys).
-
Fixed bug
#28999 (fixed behaviour of exec() to work as it did in 4.X).
-
Fixed bug
#28868 (Internal filter registry not thread safe).
-
Fixed bug
#28851 (call_user_func_array has typo in error message).
-
Fixed bug
#28831 (ArrayObject::offsetGet() does the work of offsetUnset()).
-
Fixed bug
#28822 (ArrayObject::offsetExists() works inverted).
-
Fixed bug
#28789 (ReflectionProperty getValue() fails on public static members).
-
Fixed bug
#28771 (Segfault when using xslt and clone).
-
Fixed bug
#28751 (SoapServer does not call _autoload()).
-
Fixed bug
#28739 (array_*diff() and array_*intersect() not clearing the fci cache before work).
-
Fixed bug
#28721 (appendChild() and insertBefore() unset DOMText).(Rob)
-
Fixed bug
#28702 (SOAP does not parse WSDL service address correctly).
-
Fixed bug
#28699 (Reflection api bugs).
-
Fixed bug
#28694 (ReflectionExtension::getFunctions() crashes PHP).
-
Fixed bug
#28512 (Allocate enough space to store MSSQL data).
-
Fixed strip_tags() to correctly handle '\0' characters.