diff options
author | Felipe Pena <felipe@php.net> | 2011-06-23 23:00:53 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2011-06-23 23:00:53 +0000 |
commit | 0372e6ad80afbd07fc789a8f2b7a15f34b156d5c (patch) | |
tree | d922bfda96569ffbcda2f2484f03f451214f8df4 /Zend/zend_globals.h | |
parent | f9f298cc0b239d82256d02f06cfd24e6a444c6f0 (diff) | |
download | php-git-0372e6ad80afbd07fc789a8f2b7a15f34b156d5c.tar.gz |
- Improved parse error messages
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index b88fe83604..7a89a0e960 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -101,6 +101,7 @@ struct _zend_compiler_globals { HashTable *auto_globals; + zend_bool parse_error; zend_bool in_compilation; zend_bool short_tags; zend_bool asp_tags; |