mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Support ZTS definition in zend_config.h
This commit is contained in:
parent
ee1b5bdcec
commit
3d160b5b7c
1 changed files with 6 additions and 6 deletions
|
@ -27,12 +27,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define YYERROR_VERBOSE
|
||||
#define YYSTYPE znode
|
||||
#ifdef ZTS
|
||||
# define YYPARSE_PARAM compiler_globals
|
||||
# define YYLEX_PARAM compiler_globals
|
||||
#endif
|
||||
|
||||
#include "zend_compile.h"
|
||||
#include "zend.h"
|
||||
|
@ -42,6 +36,12 @@
|
|||
#include "zend_variables.h"
|
||||
#include "zend_operators.h"
|
||||
|
||||
#define YYERROR_VERBOSE
|
||||
#define YYSTYPE znode
|
||||
#ifdef ZTS
|
||||
# define YYPARSE_PARAM compiler_globals
|
||||
# define YYLEX_PARAM compiler_globals
|
||||
#endif
|
||||
|
||||
|
||||
%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue