summaryrefslogtreecommitdiff
path: root/Zend/zend_ini_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-10-201-2/+2
|\
| * Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l)Xinchen Hui2015-10-201-2/+2
* | Mark parse error functions as coldDmitry Stogov2015-08-261-2/+2
* | Merge branch 'PHP-5.6'Anatol Belski2015-06-101-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-101-1/+1
| |\
| | * fixed bug, where a linebreak immediately after an opening quote of a value ca...Christoph M. Becker2015-06-101-1/+1
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Fixed bug #68805 (Double define)Xinchen Hui2015-01-171-0/+4
* | | Remove for #-style comments in ini filesNikita Popov2015-01-171-7/+0
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-28/+28
* | | fix datatype mismatch warningsAnatol Belski2014-10-291-2/+2
* | | Fixed 'long' -> 'zend_long' for call to 'is_numeric_string_ex()'Tjerk Meesters2014-09-011-1/+1
* | | Merge branch 'PHP-5.6'Tjerk Meesters2014-09-011-5/+56
|\ \ \ | |/ /
| * | Making ini parser typedTjerk Meesters2014-09-011-5/+56
* | | Fix compiler warningsNikita Popov2014-08-251-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-3/+3
* | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-2/+2
* | | zend_stack_top() now returns pointer directlyNikita Popov2014-05-011-2/+1
* | | Don't allocate zend_stack elements individuallyNikita Popov2014-05-011-2/+2
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+1
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-5/+3
|/ /
* | 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