Last modified 3 years ago
Release 0.9.5.2
Changes in this version (from 0.9.5.1)
- This release fixes the optimizer bugs with php 5.2 that caused exception handlers to be optimized out.
As always all patches and help are more than welcome.
When filing bugs against this release, remember to choose version 0.9.5!
Download
You can download this release from http://bart.eaccelerator.net/source/0.9.5.2/ and http://sourceforge.net/project/showfiles.php?group_id=122249&package_id=133446&release_id=536836
The SHA1 hashes are:
4f6d6730cb084c29005edee9c040556176ac6b73 eaccelerator-0.9.5.2.tar.bz2 8094b74a5d5c613ac053a3ddb56e2cb0dd1694ae eaccelerator-0.9.5.2.zip
Changelog
This changelog is since the latest stable release 0.9.5.2:
2007-08-14 Hans Rakers <hans at react.nl>
- Optimizer fix for #242. PHP-5.2.1 introduces a ZEND_JMP before a ZEND_FETCH_CLASS/ZEND_CATCH which the optimizer did not handle correctly, resulting in uncaught exceptions. (Thanks to warwickshaw)