PHP Release 5.1.4


PHP 5.1.4 Release Announcement

A critical bug with file uploads as well as the fastcgi sapi has been discovered in PHP 5.1.3 and a new PHP release 5.1.4 has been made available to address these two issues. All PHP users are encouraged to upgrade to this release as soon as possible.

This release provides fixes for the following bugs:

  • Fixed problems with file uploads and the $_POST array handling.
  • Resolved multiple problems with the FastCGI sapi.
  • Fixed possible crash in highlight_string().
  • Fixed cloning of DOM Documents and Noded.
  • Several fixes to PDO ODBC driver.

For a full list of changes in PHP 5.1.4, see the ChangeLog.

Source Code
Change Logs
added pdo
  • Added "capture_peer_cert" and "capture_peer_cert_chain" context options for SSL streams. .
  • Fixed possible crash in highlight_string().
  • Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll).
  • Fixed bug #37277 (cloning Dom Documents or Nodes does not work).
  • Fixed bug #37276 (problems with $_POST array).
  • Fixed bug #36632 (bad error reporting for pdo_odbc exec UPDATE). .
  • Fixed bug #35552 (crash when pdo_odbc prepare fails). .
To Top