summaryrefslogtreecommitdiff
path: root/Zend/zend_ini_scanner.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Leftover: Invoke re2c with --no-generation-date to prevent unintentional / ↵Sebastian Bergmann2012-12-061-1/+1
| | | | unnecessary changes in generated files.
* Merge branch 'PHP-5.4' into PHP-5.5Pierrick Charron2012-11-161-1348/+1334
|\ | | | | | | | | | | | | | | | | * PHP-5.4: Regenerate Zend ini scanner Conflicts: Zend/zend_ini_scanner.c Zend/zend_ini_scanner_defs.h
| * Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-11-161-1348/+1334
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Regenerate Zend ini scanner Conflicts: Zend/zend_ini_scanner.c Zend/zend_ini_scanner_defs.h
| | * Regenerate Zend ini scannerPierrick Charron2012-11-161-1348/+1334
| | | | | | | | | | | | Regenerate both zend_ini_scanner.c and zend_ini_scanner_defs.h
| | * Regenerated filesPierrick Charron2012-06-071-1264/+1302
| | |
| | * Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid ↵Xinchen Hui2012-02-251-116/+119
| | | | | | | | | | | | scanner mode)
| | * - Year++Felipe Pena2012-01-011-1/+1
| | |
| | * Re-committing Alan's is_a revert/fix for bug #55475Rasmus Lerdorf2011-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Dmitry had done so earlier, but reverted pending discussion. It is completely clear that this should never have been changed in the 5.3 branch in the first place giving the number of things that broke because of it.
| | * - Year++Felipe Pena2011-01-011-1/+1
| | |
| | * - Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)Felipe Pena2010-08-011-1215/+1223
| | |
| | * - Fixed bug #51899 (Parse error in parse_ini_file() function when empy value ↵Felipe Pena2010-05-261-2/+2
| | | | | | | | | | | | followed by no newline)
| * | Regenerated filesPierrick Charron2012-06-071-1264/+1302
| | |
| * | MFH: Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid ↵Xinchen Hui2012-03-021-116/+119
| | | | | | | | | | | | scanner mode)
| * | - Year++Felipe Pena2012-01-011-1/+1
| | |
| * | - add short array syntax as defined in ↵Pierre Joye2011-07-231-1/+1
| | | | | | | | | | | | https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only
| * | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-1/+1
| | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | | Regenerated filesPierrick Charron2012-06-071-1264/+1302
| | |
* | | Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid ↵Xinchen Hui2012-02-251-116/+119
| | | | | | | | | | | | scanner mode)
* | | - Year++Felipe Pena2012-01-011-1/+1
| | |
* | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-1/+1
|/ / | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - not used anymorePierre Joye2010-09-151-1/+1
| |
* | - Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)Felipe Pena2010-08-011-1215/+1223
| |
* | - Fixed bug #51899 (Parse error in parse_ini_file() function when empy value ↵Felipe Pena2010-05-261-2/+2
|/ | | | followed by no newline)
* touchJani Taskinen2010-02-071-65/+68
|
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* touchJani Taskinen2009-12-181-1/+1
|
* - Touché filésJani Taskinen2009-11-301-1890/+2000
|
* - Generated filesJani Taskinen2009-08-071-124/+140
|
* - Generated files..Jani Taskinen2009-08-071-1755/+1652
|
* - Retouch without my path in the #line directivesJani Taskinen2009-08-041-59/+59
|
* - Generated filesJani Taskinen2009-08-041-1205/+1193
|
* - Generated filesJani Taskinen2009-08-041-2027/+2106
|
* MFH: Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in ↵Brian Shire2009-05-191-163/+174
| | | | the beginning, and allow [*_-] chars at start of ini labels
* UnmangleRasmus Lerdorf2009-02-141-24/+0
|
* 2.4.1 is safeRasmus Lerdorf2009-02-141-0/+24
|
* regenerateNuno Lopes2009-02-021-1794/+1804
|
* - MFH: Year++Felipe Pena2009-01-021-1/+1
|
* MFH Fix bug #45991 - UTF-8 BOM breaks ini parserScott MacVicar2008-12-241-115/+122
|
* sync zend_ini_scanner.cArnaud Le Blanc2008-11-051-3/+3
|
* sync zend_ini_scanner.cArnaud Le Blanc2008-11-021-1785/+1823
|
* update scanner filesStanislav Malyshev2008-09-111-1644/+1668
|
* generated zend_ini_scanner.cArnaud Le Blanc2008-08-171-61/+65
|
* MFH: Fixed #45384 (parse_ini_file will result in parse error with no trailingArnaud Le Blanc2008-08-171-116/+118
| | | | | newline)
* regenerateNuno Lopes2008-08-071-69/+68
|
* Fixed bug #44609 (Dollar in ini variables are not parsed correctly)Scott MacVicar2008-04-071-167/+89
|
* add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 ↵Nuno Lopes2008-04-041-119/+126
| | | | (lowest safe value)
* - Another re2c version bump and scanner regenerationMarcus Boerger2008-03-221-237/+237
| | | | | # It appears no one has used re2c in the way we do
* - Bugfix 44461Marcus Boerger2008-03-211-2/+2
|