Thursday, 3 May 2007
PHP 5.2.0 Released |
| |
|
| |
The PHP Development Team makes PHP 5.2.0 available. This release is an improvement in the 5.X series, which includes a number of new features, bug fixes and security enhancements.
Some of the key features of PHP 5.2.0 include:
- New memory manager for the Zend Engine with improved performance and a more accurate memory usage tracking.
- Input filtering extension was added and enabled by default.
- JSON extension was added and enabled by default.
- ZIP extension for creating and editing zip files was introduced.
- Hooks for tracking file upload progress were introduced.
Some of the security enhancements and fixes in PHP 5.2.0 are as follows:
- Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep track of character set encoding whenever possible.
- Added allow_url_include, set to Off by default to disallow use of URLs for include and require.
- Disable realpath cache when open_basedir and safe_mode are being used.
- Improved
safe_mode enforcement for error_log() function. - Fixed a possible buffer overflow in the underlying code responsible for
htmlspecialchars() and htmlentities() functions. - Added missing
safe_mode and open_basedir checks for the cURL extension.
This release also obsoletes the 5.1 branch of PHP.
Look for an upgrade guide here.
See the full changelog here. |
| |
|
Read the Post
|
| |
|
|
| |
|
|
| |
|