Changeset 99

Show
Ignore:
Timestamp:
08/26/2006 07:35:18 AM (2 years ago)
Author:
moo
Message:

sohosin compatible & TSRM fix.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/processor/processor.m4

    r97 r99  
    361361    dnl must after SETNULL(constructor) 
    362362    STRUCT(HashTable, function_table, HashTable_zend_function) 
    363     IFRESTORE(`dst->function_table.pDestructor = (dtor_func_t) destroy_zend_function;') 
     363    IFRESTORE(`dst->function_table.pDestructor = ZEND_FUNCTION_DTOR;') 
    364364') 
    365365dnl }}} 
  • trunk/processor/processor.m4

    r95 r99  
    382382    dnl must do after SETNULL(constructor) and dst->parent 
    383383    STRUCT(HashTable, function_table, HashTable_zend_function) 
    384     IFRESTORE(`dst->function_table.pDestructor = (dtor_func_t) destroy_zend_function;') 
     384    IFRESTORE(`dst->function_table.pDestructor = ZEND_FUNCTION_DTOR;') 
    385385    IFCOPY(` 
    386386        processor->active_class_entry_src = NULL;