summaryrefslogtreecommitdiff
path: root/Zend/zend_ini_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* MFZE1Zeev Suraski2001-09-191-0/+2
* MFZE1 (nuke cplusplus code)Zeev Suraski2001-09-101-72/+0
* MFZE1Zeev Suraski2001-08-161-0/+4
* WhitespaceZeev Suraski2001-08-111-5/+5
* Merge from branch - move to standard C scanners in thread safe modeZeev Suraski2001-08-061-11/+17
* More TSRMLS_FETCH workZeev Suraski2001-07-311-7/+4
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-3/+1