diff options
author | Thijs Kinkhorst <thijs@debian.org> | 2014-10-15 13:17:14 +0000 |
---|---|---|
committer | Thijs Kinkhorst <thijs@debian.org> | 2014-10-15 13:17:14 +0000 |
commit | 04b664c46aafc46bb3030d3bf06eb5f0b38c2b49 (patch) | |
tree | 07e2dbf984b126837bfc6c20e0a025c754ade299 /Zend/zend_globals.h | |
parent | d73ee84cfbc86e793602b826adb0dd6bce042838 (diff) | |
download | php-04b664c46aafc46bb3030d3bf06eb5f0b38c2b49.tar.gz |
Imported Upstream version 5.6.1+dfsgupstream/5.6.1+dfsg
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 31dd9af61..f78d404da 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -283,7 +283,7 @@ struct _zend_ini_scanner_globals { char *filename; int lineno; - /* Modes are: ZEND_INI_SCANNER_NORMAL, ZEND_INI_SCANNER_RAW */ + /* Modes are: ZEND_INI_SCANNER_NORMAL, ZEND_INI_SCANNER_RAW, ZEND_INI_SCANNER_TYPED */ int scanner_mode; }; |