summaryrefslogtreecommitdiff
path: root/Zend/zend_ini_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+5
* - Support \r as newline in the ini scannerAndi Gutmans2001-05-021-3/+5
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* - Use supplied istdiostream definition for the INI scanner tooZeev Suraski2000-12-261-0/+3
* Fix for bug #5571 (by mookid@sigent.ru)Zeev Suraski2000-11-031-0/+5
* Final touches on the INI parserZeev Suraski2000-10-301-2/+19
* Fix buildStanislav Malyshev2000-10-301-3/+4
* Fix leaksZeev Suraski2000-10-291-0/+17
* The new INI parser is showing some signs of lifeZeev Suraski2000-10-291-0/+60