Show
Ignore:
Timestamp:
06/19/08 18:01:31 (4 months ago)
Author:
bart
Message:

Remove support for all php versions older than php 5.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/NEWS

    r278 r344  
     1May 18, 2008 - Bart Vanbrabant 
     2------------------------------ 
     3 * Released 0.9.5.3 
     4    An other 0.9.5 maintenance release 
     5    Changes in this version (from 0.9.5.2) 
     6        - Remove an unlock statement that shouldn't be there. This should 
     7          fix the problems reported in #232 and a lot of related bugs.  
     8          Thanks to Terry Duncan for the fix! 
     9 
     10September 03, 2007 - Bart Vanbrabant 
     11------------------------------------ 
     12 * Released 0.9.5.2 
     13    Changes in this version (from 0.9.5.1) 
     14        - This release fixes the optimizer bugs with php 5.2 that caused  
     15          exception handlers to be optimized out.  
     16 
     17May 06, 2007 - Bart Vanbrabant 
     18---------------------------------- 
     19 
     20 * Released 0.9.5.1 
     21    Changes in this version (from 0.9.5) 
     22        - Fix bug that causes problems with protected attributes and php 5.2 
     23        - Fix ttl bug in list_keys 
     24        Known issues: 
     25            Exceptions aren't catched by try catch due to optimizer bug, see 
     26            bugreport #242. 
     27 
    128Oct 11, 2006 - Bart Vanbrabant 
    229----------------------------------