PHP 5.1 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.1 is
5.1.6.
Source Code
Change Log
-
misc
-
Fixed overflow on 64bit systems in str_repeat() and wordwrap().
-
Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are enabled.
-
Fixed bug
#38322 (reading past array in sscanf() leads to arbitrary code execution).
-
Fixed bug
#38125 (undefined reference to spl_dual_it_free_storage).
-
Fixed bug
#38112 (corrupted gif segfaults) (Pierre)
-
Fixed bug
#37587 (var without attribute causes segfault).
-
Fixed bug
#37576 (FastCGI env (cgi vars) table overflow).
-
Fixed bug
#37496 (FastCGI output buffer overrun).
-
Fixed bug
#37487 (oci_fetch_array() array-type should always default to OCI_BOTH).
-
Fixed bug
#37416 (iterator_to_array() hides exceptions thrown in rewind() method).
-
Fixed bug
#37392 (Unnecessary call to OCITransRollback() at the end of request).
-
Fixed bug
#37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used).
-
Fixed bug
#37313 (sigemptyset() used without including <signal.h>).
-
Fixed bug
#37346 (invalid colormap format) (Pierre)
-
Fixed bug
#37360 (invalid gif size) (Pierre)
-
Fixed bug
#37306 (max_execution_time = max_input_time).
-
Fixed Bug #37278 (SOAP not respecting uri in __soapCall).
-
Fixed bug
#37265 (Added missing safe_mode & open_basedir checks to imap_body()).
-
Fixed bug
#37256 (php-fastcgi dosen't handle connection abort).