PHP 5.1.2 Released
The PHP development team just announced the release of PHP 5.1.2. This release combines small feature enhancements with over 85 bug fixes and addresses three security issues.
The feature enhancements include the following notables:
- Hash extension was added to core and is now enabled by default. This extension provides support for most common hashing algorithms without reliance on 3rd party libraries.
- XMLWriter was added and enabled by default.
- New OCI8 extension that includes numerous fixes.
- PNG compression support added to the GD extension.
- Added –enable-gcov configure option to enable C-level code coverage.
- getNamespaces() and getDocNamespaces() methods added to SimpleXML extension.
For a full list of changes in PHP 5.1.2, see the ChangeLog.
