mirror of
https://github.com/php/php-src.git
synced 2025-01-27 06:03:45 +08:00
Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug #26456
This commit is contained in:
parent
4c0970bec6
commit
f3ebf7dd91
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user