PHP 5.1.4 Released (Details)
By Angsuman Chakraborty, Gaea News NetworkFriday, May 5, 2006
PHP 5.1.4 has been quitely released with a very important fix to $_POST array handling bug along with other fixes. In short in PHP 5.1.3 post array handling was broken which prevented several popular applications like phpmyadmin from running on 5.1.3.
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 Nodes.
- Several fixes to PDO ODBC driver.
Additionally:
- Added “capture_peer_cert” and “capture_peer_cert_chain” context options for SSL streams.
- Added PDO::PARAM_EVT_* family of constants.
Source: php.net
YOUR VIEW POINT