summaryrefslogtreecommitdiff
path: root/Zend/zend_ini_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Added XOR support for expressions in INI parserDejan Marjanovic2013-03-271-4/+4
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from valuePierrick Charron2012-11-161-18/+25
* Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that inc...Pierrick Charron2012-06-071-6/+27
* Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scann...Xinchen Hui2012-02-251-3/+6
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)Felipe Pena2010-08-011-1/+1
* - Fixed bug #51899 (Parse error in parse_ini_file() function when empy value ...Felipe Pena2010-05-261-1/+1
* - Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files)Jani Taskinen2010-02-071-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-051-1/+1
* - Fixed bug #50340 (php.ini parser does not allow spaces in ini keys)Jani Taskinen2009-11-301-1/+27
* - Fixed bug #48719 parse_ini_*(): scanner mode is not checked for sanity)Jani Taskinen2009-08-071-11/+27
* - Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value fails)Jani Taskinen2009-08-071-11/+39
* - Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW)Jani Taskinen2009-08-041-1/+1
* - Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII...Jani Taskinen2009-08-041-1/+1
* MFH: Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in the...Brian Shire2009-05-191-1/+1
* fix bug #46347: allow * in ini keysNuno Lopes2009-02-021-1/+1
* - MFH: Year++Felipe Pena2009-01-021-1/+1
* MFH Fix bug #45991 - UTF-8 BOM breaks ini parserScott MacVicar2008-12-241-0/+7
* MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)Arnaud Le Blanc2008-11-051-2/+2
* Fixed bug #44575 (parse_ini_file comment # line problems)Arnaud Le Blanc2008-11-021-0/+7
* Fix BC issue with ini scanner.Stanislav Malyshev2008-09-111-14/+7
* MFH: Allow underscore at start of labels as underscore has no meaning hereArnaud Le Blanc2008-08-171-1/+1
* MFH: Fixed #45384 (parse_ini_file will result in parse error with no trailingArnaud Le Blanc2008-08-171-3/+5
* fix crash: yytext can't be modified because it is mmaped(). strndup() will ta...Nuno Lopes2008-08-071-1/+0
* Fixed bug #44609 (Dollar in ini variables are not parsed correctly)Scott MacVicar2008-04-071-2/+2
* add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 (low...Nuno Lopes2008-04-041-6/+13
* - Another re2c version bump and scanner regenerationMarcus Boerger2008-03-221-1/+1
* - Bugfix 44461Marcus Boerger2008-03-211-1/+1
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-119/+98
* MFH: - Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed tooJani Taskinen2008-02-041-27/+29
* MFH:Jani Taskinen2007-09-281-110/+370
* MFH: - Fixed buf #42071 (ini scanner allows using NULL as option name).Jani Taskinen2007-07-231-27/+25
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-191-0/+11
* Fixed bug #36046 (parse_ini_file() miscounts lines in multi-line values).Ilia Alshanetsky2006-01-171-0/+10
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* Correct fix for #28804Zeev Suraski2005-02-061-1/+1
* - Fixed bug #28804 (ini-file section parsing pattern is buggy).foobar2005-02-031-1/+1
* ws fixfoobar2005-02-031-3/+3
* - Fixed bug #28930 (PHP sources pick wrong header files generated by bison)foobar2004-12-301-1/+1
* Re-add my patch for .ini variable access.Andrei Zmievski2004-08-181-4/+10
* Revert the .ini vars patch. Will have to try again next ChristmasAndrei Zmievski2004-05-171-10/+4
* Adding ability to refer to existing .ini variables from within .iniAndrei Zmievski2004-05-141-4/+10
* - - A belated happy holidays (by two years)Andi Gutmans2004-01-081-1/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* MFB: We know ini file scanning will never be interactive, so speed it up aRasmus Lerdorf2003-02-271-0/+1
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-18/+4