Show
Ignore:
Timestamp:
07/06/2009 11:50:01 AM (4 years ago)
Author:
moo
Message:

merged r642,r643 from trunk

Location:
branches/1.3
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.3

  • branches/1.3/processor/processor.m4

    r630 r644  
    220220DEF_STRUCT_P_FUNC(`zend_arg_info', , ` 
    221221    DISPATCH(zend_uint, name_len) 
    222     PROC_ZSTRING_L(, name, name_len) 
     222    COPY(name) 
    223223    DISPATCH(zend_uint, class_name_len) 
    224     PROC_ZSTRING_L(, class_name, class_name_len) 
     224    COPY(class_name) 
    225225    DISPATCH(zend_bool, array_type_hint) 
    226226    DISPATCH(zend_bool, allow_null)