Changeset 341
- Timestamp:
- 05/18/08 11:20:07 (2 years ago)
- Files:
-
- eaccelerator/branches/0.9.5/ChangeLog (modified) (1 diff)
- eaccelerator/branches/0.9.5/eaccelerator.c (modified) (1 diff)
- eaccelerator/branches/0.9.5/eaccelerator_version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.5/ChangeLog
r324 r341 1 2008-05-18 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 3 * Add patch from ticket 232: removes an unlock that isn't 4 needed there. 5 * Bump version 6 1 7 2007-08-14 Hans Rakers <hans at react.nl> 2 8 3 * Optimizer fix for #242. PHP-5.2.1 introduces a ZEND_JMP before a4 ZEND_FETCH_CLASS/ZEND_CATCH which the optimizer did not handle5 correctly, resulting in uncaught exceptions. (Thanks to warwickshaw)9 * Optimizer fix for #242. PHP-5.2.1 introduces a ZEND_JMP before a 10 ZEND_FETCH_CLASS/ZEND_CATCH which the optimizer did not handle 11 correctly, resulting in uncaught exceptions. (Thanks to warwickshaw) 6 12 7 13 2007-05-06 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> eaccelerator/branches/0.9.5/eaccelerator.c
r272 r341 1753 1753 if (eaccelerator_mm_instance != NULL) { 1754 1754 EACCELERATOR_UNPROTECT(); 1755 mm_unlock(eaccelerator_mm_instance->mm);1756 1755 if (p != NULL || eaccelerator_mm_instance->locks != NULL) { 1757 1756 EACCELERATOR_LOCK_RW(); eaccelerator/branches/0.9.5/eaccelerator_version.h
r305 r341 1 1 #ifndef EACCELERATOR_VERSION 2 #define EACCELERATOR_VERSION "0.9.5. 1"2 #define EACCELERATOR_VERSION "0.9.5.3" 3 3 #endif