Show
Ignore:
Timestamp:
01/05/2008 03:42:14 AM (11 months ago)
Author:
moo
Message:

PHP_6: updated support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/main.m4

    r393 r504  
    111111        IFSTORE(`$1 = (zend_class_entry *) xc_get_class_num(processor, $2);') 
    112112        IFRESTORE(`$1 = xc_get_class(processor, (zend_ulong) $2);') 
    113         IFDASM(`add_assoc_stringl_ex(dst, ZEND_STRS("$3"), $2->name, strlen($2->name), 1);') 
     113        IFDASM(`add_assoc_unicodel_ex(dst, ZEND_STRS("$3"), ZSTR_U($2->name), $2->name_length, 1);') 
    114114    } 
    115115    else {