Changeset 127
- Timestamp:
- 08/03/05 20:54:32 (3 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/ea_restore.c (modified) (1 diff)
- eaccelerator/trunk/loader.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r126 r127 1 1 2005-08-03 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 * Included some compile fixes. (Thanks Matt) 2 3 * Included patch from the hardened php guys to make eA work 3 4 with hardened php. eaccelerator/trunk/ea_restore.c
r126 r127 777 777 778 778 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); 780 780 } else { 781 781 ea_debug_pad(EA_DEBUG TSRMLS_CC); eaccelerator/trunk/loader.c
r125 r127 38 38 #include "zend_API.h" 39 39 #include "php.h" 40 #include "ea_restore.h" 40 41 #include <math.h> 41 42