summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-5/+5
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-21/+16
* Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-2/+2
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-211-1/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-211-1/+1
| |\
| | * Fix wrong datatypeManuel Mausz2020-08-211-1/+1
| | * Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | | Merge branch 'PHP-7.4'Derick Rethans2020-07-091-11/+9
|\ \ \ | |/ /
| * | Revert "Partial fixed bug #79649 (Altering disable_functions from module init...Derick Rethans2020-07-091-11/+9
* | | Merge branch 'PHP-7.4'Xinchen Hui2020-06-101-9/+11
|\ \ \ | |/ /
| * | Partial fixed bug #79649 (Altering disable_functions from module init corrupt...Xinchen Hui2020-06-101-9/+11
* | | Add macro to get ini target addressNikita Popov2020-04-271-66/+7
* | | Use separate typedef for bucket comparison functionNikita Popov2020-03-041-7/+1
* | | Add const modifier for name stringsMichael Voříšek2020-02-131-5/+5
|/ /
* | Remove local variablesPeter Kokot2019-02-031-10/+0
* | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-22/+12
* | Remove commented zend_ini_displayer_cbNikita Popov2018-12-041-40/+0
* | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-5/+2
* | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* Separate duplicated code into a zend_ini_parse_bool() function.Dmitry Stogov2018-03-051-21/+13
* year++Xinchen Hui2018-01-021-1/+1
* Avoid temporary string creation and destruction.Dmitry Stogov2017-12-111-0/+13
* Fix unsigned comparisons and remove dead codeAnatol Belski2017-11-171-1/+6
* Use Zend MM heap for non-persistent ini entry values.Dmitry Stogov2017-11-081-2/+2
* Use internet strings for EG(ini_entries)Dmitry Stogov2017-10-311-6/+6
* Fix datatypes and compiler warningsAnatol Belski2017-10-231-4/+4
* move zend_ato*() to size_t and remove castsAnatol Belski2017-07-281-2/+2
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Interned strings unification for TS/NTSAnatol Belski2017-03-041-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-6/+6
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-28/+28
* bump yearXinchen Hui2015-01-151-1/+1
* Faster sorting algoXinchen Hui2015-01-141-2/+2
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* reworked ini dtorAnatol Belski2014-12-161-2/+8
* free the right globalsAnatol Belski2014-12-161-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-37/+31
* fix datatype mismatch warningsAnatol Belski2014-10-271-2/+2
* Fixed memory leaksDmitry Stogov2014-09-021-21/+44
* Fixed destruction on errorDmitry Stogov2014-09-021-2/+5
* Fix ZTS buildStanislav Malyshev2014-09-011-1/+1
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-58/+92
* master renames phase 3Anatol Belski2014-08-251-2/+2
* master renames phase 1Anatol Belski2014-08-251-7/+7
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-9/+9