summaryrefslogtreecommitdiff
path: root/Zend/zend_ini_parser.y
Commit message (Expand)AuthorAgeFilesLines
* Add destructor annotations in ini parserNikita Popov2019-12-191-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-081-16/+18
|\
| * Fixed bug #77844Nikita Popov2019-04-081-16/+18
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Fix return type of zend_ini_dtorNikita Popov2018-06-021-1/+1
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-8/+14
* | Merge branch 'PHP-7.2'Anatol Belski2018-03-101-4/+12
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-101-4/+12
| |\
| | * Fixed bug #76068 parse_ini_string fails to parse "[foo]\nbar=1|>baz" with seg...Anatol Belski2018-03-101-4/+12
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | ZVAL_COPY_OR_DUP() instead of ZVAL_DUP()Dmitry Stogov2018-01-171-1/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-3/+4
|/ /
* | Merge branch 'PHP-7.1'Stanislav Malyshev2017-07-041-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-07-041-1/+1
| |\
| | * Fix bug #74603 - use correct buffer sizeStanislav Malyshev2017-07-041-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-221-1/+1
|\ \ | |/
| * Fixed use after freeDmitry Stogov2016-11-221-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-6/+2
|\ \ | |/
| * Revert "fix invalid read, follow up on 97b65cc9"Anatol Belski2016-11-221-6/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-2/+6
|\ \ | |/
| * fix invalid read, follow up on 97b65cc9Anatol Belski2016-11-221-2/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-181-7/+19
|\ \ | |/
| * Fixed memory leaks in parse_ini_file()Dmitry Stogov2016-11-181-7/+19
* | Use non-deprecated %pure-parserDavey Shafik2016-08-111-1/+1
* | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-1/+1
* | Refactor zval cleanup into single functionBob Weinand2016-05-051-1/+1
* | Revert code to use DUP instead of COPYNikita Popov2016-04-291-1/+1
* | Fix usages of zend_update_constant_exNikita Popov2016-04-291-2/+1
* | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-1/+1
|/
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Improved previously fix a littleXinchen Hui2015-11-201-6/+4
* Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED)Xinchen Hui2015-11-201-1/+6
* Mark parse error functions as coldDmitry Stogov2015-08-261-1/+1
* Merge branch 'PHP-5.6'Tjerk Meesters2015-08-151-3/+15
|\
| * Fixed #70157 parse_ini_string() segmentation fault with INI_SCANNER_TYPEDTjerk Meesters2015-08-151-3/+18
| * bump yearXinchen Hui2015-01-151-1/+1
* | Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, this...Kalle Sommer Nielsen2015-07-041-2/+2
* | Use string primitiveDmitry Stogov2015-04-221-1/+1
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1