Changeset 284

Show
Ignore:
Timestamp:
11/08/06 15:02:28 (2 years ago)
Author:
bart
Message:

Forgot to include changeset [251] when porting php 5.2 support to the

0.9.5 branch.

Files:

Legend:

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

    r277 r284  
     12006-11-08  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2 
     3        * Forgot to include changeset [251] when porting php 5.2 support to the 
     4          0.9.5 branch. This fixes bug #204. 
     5 
    162006-10-10  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    27 
  • eaccelerator/branches/0.9.5/ea_restore.c

    r271 r284  
    716716#endif 
    717717#endif 
     718#ifdef ZEND_ENGINE_2_2 
     719    to->ce = EAG(class_entry); 
     720#endif 
    718721        return to; 
    719722}