Show
Ignore:
Timestamp:
11/05/2006 04:00:32 AM (7 years ago)
Author:
moo
Message:

trunk: catch up doc_comment with PHP6

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r268 r272  
    264264#ifdef ZEND_ENGINE_2_1 
    265265    DISPATCH(int, doc_comment_len) 
    266     PROC_STRING_L(doc_comment, doc_comment_len) 
     266    PROC_ZSTRING_L(, doc_comment, doc_comment_len) 
    267267#endif 
    268268    dnl isnt in php6 yet 
     
    356356#ifdef ZEND_ENGINE_2_1 
    357357    DISPATCH(zend_uint, doc_comment_len) 
    358     PROC_STRING_L(doc_comment, doc_comment_len) 
     358    PROC_ZSTRING_L(, doc_comment, doc_comment_len) 
    359359#endif 
    360360    /* # NOT DONE */ 
     
    604604    DISPATCH(zend_uint, line_end) 
    605605    DISPATCH(int, doc_comment_len) 
    606     PROC_STRING_L(doc_comment, doc_comment_len) 
     606    PROC_ZSTRING_L(, doc_comment, doc_comment_len) 
    607607#endif 
    608608