]> granicus.if.org Git - php/commitdiff
Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug #26456
authorDmitry Stogov <dmitry@php.net>
Thu, 9 Jun 2005 08:54:24 +0000 (08:54 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 9 Jun 2005 08:54:24 +0000 (08:54 +0000)
Zend/zend_language_scanner.l

index 765bdc68d1f733910ac9d66c34ad812445a52db3..1f07062e7cb6e937a39e1e8f87700a8d41634e61 100644 (file)
@@ -125,7 +125,8 @@ void startup_scanner(TSRMLS_D)
 {
        CG(heredoc) = NULL;
        CG(heredoc_len)=0;
-       RESET_DOC_COMMENT();
+       CG(doc_comment) = NULL;
+       CG(doc_comment_len) = 0;
        SCNG(yy_start_stack_ptr) = 0;
        SCNG(yy_start_stack_depth) = 0;
        SCNG(current_buffer) = NULL;