Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug #26456

This commit is contained in:
Dmitry Stogov 2005-06-09 08:52:51 +00:00
parent 4c0970bec6
commit f3ebf7dd91

View File

@ -125,8 +125,9 @@ BEGIN_EXTERN_C()
void startup_scanner(TSRMLS_D)
{
CG(heredoc) = NULL;
CG(heredoc_len)=0;
RESET_DOC_COMMENT();
CG(heredoc_len) = 0;
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;