Changeset 302
- Timestamp:
- 03/07/07 12:24:57 (1 year ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/shm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r300 r302 1 2007-03-07 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 3 * Apply the patch from #244 which causes heap corruption. 4 1 5 2007-02-15 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 6 eaccelerator/trunk/shm.c
r286 r302 112 112 php_serialize_data_t var_hash; 113 113 smart_str buf = {0}; 114 result = (zval *)emalloc(sizeof( result));114 result = (zval *)emalloc(sizeof(zval)); 115 115 116 116 PHP_VAR_SERIALIZE_INIT(var_hash);