Changeset 127

Show
Ignore:
Timestamp:
08/03/05 20:54:32 (3 years ago)
Author:
zoeloelip
Message:

Included some compile fixes. (Thanks Matt)

Files:

Legend:

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

    r126 r127  
    112005-08-03 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2        * Included some compile fixes. (Thanks Matt) 
    23        * Included patch from the hardened php guys to make eA work 
    34          with hardened php. 
  • eaccelerator/trunk/ea_restore.c

    r126 r127  
    777777 
    778778        if (from->parent != NULL) { 
    779                 restore_class_parent(from->parent, strlen(from->parent), to); 
     779                restore_class_parent(from->parent, strlen(from->parent), to TSRMLS_CC); 
    780780        } else { 
    781781                ea_debug_pad(EA_DEBUG TSRMLS_CC); 
  • eaccelerator/trunk/loader.c

    r125 r127  
    3838#include "zend_API.h" 
    3939#include "php.h" 
     40#include "ea_restore.h" 
    4041#include <math.h> 
    4142