summaryrefslogtreecommitdiff
path: root/Zend/zend_ini_parser.y
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-1/+0
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-2/+2
* Remove proto comments from C filesMax Semenik2020-07-061-18/+9
* Merge branch 'PHP-7.4'Nikita Popov2020-05-141-0/+1
|\
| * Canonicalize bison error during ini parsingNikita Popov2020-05-141-0/+1
* | Clean up the generation of the parsersAkim Demaille2020-02-011-2/+2
* | Bison: enable all the warnings and fix themAkim Demaille2020-02-011-1/+1
* | Use "%empty" in the parsers, instead of commentsAkim Demaille2020-01-311-4/+4
|/
* Use "%define parse.error verbose"Akim Demaille2020-01-291-1/+2
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-191-1/+1
|\
| * Add destructor annotations in ini parserNikita Popov2019-12-191-1/+1
* | Use %define api.pure instead of %pure-parserNikita Popov2019-06-121-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-081-16/+18
|\ \ | |/
| * 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 PHP_AC_BROKEN_SPRINTF and AC_ZEND_BROKEN_SPRINTFPeter Kokot2019-02-231-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Revert "Implement #67331: Have parse_ini_file add empty entries"Christoph M. Becker2018-09-151-18/+1
* | | Implement #67331: Have parse_ini_file add empty entriesChristoph M. Becker2018-09-151-1/+18
|/ /
* | 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