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
-
Changed destructor mechanism so that destructors are called prior to request shutdown.
-
Rewritten UNIX and Windows install help files.
-
Updated several libraries bundled with the windows release which now includes libxml2-2.6.11, libxslt-1.1.7 and iconv-1.9.1.
-
Improved and moved ActiveScript SAPI to PECL.
-
Fixed bug
#29606 (php_strip_whitespace() prints to stdout rather then returning the value).
-
Fixed bug
#29577 (MYSQLI_CLIENT_FOUND_ROWS undefined) (Georg)
-
Fixed bug
#29573 (Segmentation fault, when exception thrown within PHP function called from XSLT).
-
Fixed bug
#29522 (accessing properties without connection) (Georg)
-
Fixed bug
#29505 (get_class_vars() severely broken when used with arrays).
-
Fixed bug
#29490 (.Net object instantiation failed). (Michael Sisolak).
-
Fixed bug
#29474 (win32: usleep() doesn't work).
-
Fixed bug
#29449 (win32: feof() hangs on empty tcp stream).
-
Fixed bug
#29437 (Possible crash inside array_walk_recursive()).
-
Fixed bug
#29431 (crash when parsing invalid address; invalid address returned by stream_socket_recvfrom(), stream_socket_getname()).
-
Fixed bug
#29409 (Segfault in PHP functions called from XSLT).
-
Fixed unloading of dynamically loaded extensions.
Marcus
kameshj at fastmail dot fm
-
Fixed bug
#29395 (sqlite_escape_string() returns bogus data on empty strings).
-
Fixed bug
#29392 (com_dotnet crashes when echo'ing an object).
-
Fixed bug
#29368 (The destructor is called when an exception is thrown from the constructor).
-
Fixed bug
#29354 (Exception constructor marked as both public and protected).
-
Fixed bug
#29342 (strtotime() does not handle empty date string properly).
-
Fixed bug
#29340 (win32 build produces invalid php_ifx.dll).
-
Fixed bug
#29335 (fetch functions now use MYSQLI_BOTH as default) (Georg)
-
Fixed bug
#29291 (get_class_vars() return names with NULLs).
-
Fixed bug
#29264 (gettext extension not working).
-
Fixed bug
#29258 (variant_date_from_timestamp() does not honour timezone).
-
Fixed bug
#29256 (error when sending large packets on a socket).
-
Fixed bug
#29236 (memory error when wsdl-cache is enabled).
-
Fixed bug
#29147 (Compile Error in mnoGoSearch functions).
-
Fixed bug
#29132 ($_SERVER["PHP_AUTH_USER"] isn't defined).
-
Fixed bug
#29119 (html_entity_decode() misbehaves with UTF-8).
-
Fixed bug
#29109 (SoapFault exception: [WSDL] Out of memory).
-
Fixed bug
#29061 (soap extension segfaults).
-
Fixed bug
#28985 (__getTypes() returning nothing on complex WSDL).
-
Fixed bug
#28969 (Wrong data encoding of special characters).
-
Fixed bug
#28895 (ReflectionClass::isAbstract always returns false).
-
Fixed bug
#28829 (Thread-unsafety in bcmath elementary values).
-
Fixed bug
#28464 (catch() does not catch exceptions by interfaces).
-
Fixed bug
#27669 (PHP 5 didn't support all possibilities for calling static methods dynamically).
-
Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() to raise an ReflectionException instead of returning NULL on failure.
-
Fixed convert.* filters to consume remaining buckets_in on flush.
-
Fixed bug in mysqli->client_version.