summaryrefslogtreecommitdiff
path: root/Zend/zend_ini_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* - 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-5/+10
* Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in the begi...Brian Shire2009-05-191-1/+1
* MFB: fix #46347Nuno Lopes2009-02-021-1/+1
* - Year++Felipe Pena2009-01-021-1/+1
* Fix bug #45991 - UTF-8 BOM breaks ini parserScott MacVicar2008-12-241-0/+8
* Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)Arnaud Le Blanc2008-11-051-1/+1
* MF5: Fix BC issue with ini scanner.Stanislav Malyshev2008-09-111-14/+7
* Allow underscore at start of labels as underscore has no meaning hereArnaud Le Blanc2008-08-171-1/+1
* Fixed #45384 (parse_ini_file will result in parse error with no trailingArnaud Le Blanc2008-08-171-3/+5
* MFB: fix crashNuno Lopes2008-08-071-1/+0
* MFB: Fixed bug #44609 (Dollar in ini variables are not parsed correctly)Scott MacVicar2008-04-071-2/+2
* MFB: add sanity check for ZEND_MMAP_AHEADNuno Lopes2008-04-041-6/+13
* MFB 5.3: Rewrite scanner to be based on re2c instead of flexScott MacVicar2008-03-261-123/+98
* - Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed tooJani Taskinen2008-02-041-27/+29
* - Use non-unicode input method (other one crashes for some reason in ZTS mode)Jani Taskinen2007-10-021-3/+3
* - Added ".htaccess" style user-defined php.ini files support forJani Taskinen2007-09-281-110/+375
* - Fixed bug #42071 (ini scanner allows NULL to be used as option name)Jani Taskinen2007-07-231-10/+5
* Preparation for portable string API (use macroses to access zval).Dmitry Stogov2006-02-201-16/+16
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-0/+10
* MFB51: Fixed bug #36046 (parse_ini_file() miscounts lines in multi-lineIlia Alshanetsky2006-01-171-0/+10
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Unicode supportAndrei Zmievski2005-08-111-0/+4
* 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
* Added feature #19645 (ini parser can now handle quoted multi-line values).Ilia Alshanetsky2003-02-151-1/+1
* Fix build.Sebastian Bergmann2003-02-011-10/+2
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+10
* ini patch to allow 'entry[] = value' entriesHarald Radi2003-01-191-1/+4
* MFZE1Ilia Alshanetsky2002-10-141-5/+11
* - Fix for bug #17462 (Patch by Edin Kadribasic)Derick Rethans2002-06-041-3/+3
* - MFZE1Andi Gutmans2002-01-131-0/+1
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* MFZE1Zeev Suraski2001-09-221-0/+4