Changeset 341

Show
Ignore:
Timestamp:
05/18/08 11:20:07 (2 years ago)
Author:
bart
Message:

* Add patch from ticket 232: removes an unlock that isn't needed there.
* Bump version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.5/ChangeLog

    r324 r341  
     12008-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 
    172007-08-14  Hans Rakers <hans at react.nl> 
    28 
    3        * Optimizer fix for #242. PHP-5.2.1 introduces a ZEND_JMP before a 
    4           ZEND_FETCH_CLASS/ZEND_CATCH which the optimizer did not handle 
    5           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) 
    612 
    7132007-05-06  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
  • eaccelerator/branches/0.9.5/eaccelerator.c

    r272 r341  
    17531753  if (eaccelerator_mm_instance != NULL) { 
    17541754    EACCELERATOR_UNPROTECT(); 
    1755     mm_unlock(eaccelerator_mm_instance->mm); 
    17561755    if (p != NULL || eaccelerator_mm_instance->locks != NULL) { 
    17571756      EACCELERATOR_LOCK_RW(); 
  • eaccelerator/branches/0.9.5/eaccelerator_version.h

    r305 r341  
    11#ifndef EACCELERATOR_VERSION 
    2 #define EACCELERATOR_VERSION "0.9.5.1
     2#define EACCELERATOR_VERSION "0.9.5.3
    33#endif