From c0a56a47f27685db1c189f73819d1f225fb37426 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sun, 5 Nov 2006 03:00:32 +0000 Subject: [PATCH] trunk: catch up doc_comment with PHP6 git-svn-id: svn://svn.lighttpd.net/xcache/trunk@272 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- processor/processor.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/processor/processor.m4 b/processor/processor.m4 index 16134f5..f49b614 100644 --- a/processor/processor.m4 +++ b/processor/processor.m4 @@ -263,7 +263,7 @@ DEF_STRUCT_P_FUNC(`zend_property_info', , ` DISPATCH(ulong, h) #ifdef ZEND_ENGINE_2_1 DISPATCH(int, doc_comment_len) - PROC_STRING_L(doc_comment, doc_comment_len) + PROC_ZSTRING_L(, doc_comment, doc_comment_len) #endif dnl isnt in php6 yet #if defined(ZEND_ENGINE_2_2) && !defined(IS_UNICODE) @@ -355,7 +355,7 @@ DEF_STRUCT_P_FUNC(`zend_class_entry', , `dnl {{{ DISPATCH(zend_uint, line_end) #ifdef ZEND_ENGINE_2_1 DISPATCH(zend_uint, doc_comment_len) - PROC_STRING_L(doc_comment, doc_comment_len) + PROC_ZSTRING_L(, doc_comment, doc_comment_len) #endif /* # NOT DONE */ COPY(serialize_func) @@ -603,7 +603,7 @@ DEF_STRUCT_P_FUNC(`zend_op_array', , `dnl {{{ DISPATCH(zend_uint, line_start) DISPATCH(zend_uint, line_end) DISPATCH(int, doc_comment_len) - PROC_STRING_L(doc_comment, doc_comment_len) + PROC_ZSTRING_L(, doc_comment, doc_comment_len) #endif /* reserved */