Download PHP 5.1.4

Spread the love

After the developers of PHP released version 5.1.3, a critical bug was found in the $_POST array handling and FastCGI sapi still contained a few minor flaws. These issues, as well as some other bugs, are in the new recently released 5.1.4 release fixed. PHP is a so-called hypertext preprocessor and is mainly used to generate dynamic content in the HTML markup language server side. The software is often used in combination with the database program MySQL, which serves the dynamic content of websites and forums. Version 5.1.4 is via this page download and comes with the following changelog:

A critical bug with $_POST array handling as well as the FastCGI sapi have been discovered in PHP 5.1.3. A new PHP release 5.1.4 is now available to address these issues. All PHP users are encouraged to upgrade to this release as soon as possible.

Version 5.1.4

  • Added “capture_peer_cert” and “capture_peer_cert_chain” context options for SSL streams. (Wez).
  • Added PDO::PARAM_EVT_* family of constants. (Sarah)
  • Fixed possible crash in highlight_string(). (Dmitry)
  • Fixed bug #37291(FastCGI now longer works with isapi_fcgi.dll). (Dmitry)
  • Fixed bug #37277(cloning Dom Documents or Nodes does not work). (Rob)
  • Fixed bug #37276(problems with $_POST array). (Dmitry)
  • Fixed bug #36632(bad error reporting for pdo_odbc exec UPDATE). (Wez).
  • Fixed bug #35552(crash when pdo_odbc prepare fails). (Wez).
  • Version number 5.1.4
    Website PHP
    Download
    License type Conditions (GNU/BSD/etc.)
    You might also like