summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed modeDmitry Stogov2014-08-141-0/+0
* Fixed compilation warningsDmitry Stogov2014-08-141-1/+3
* Don't use cast (compiler friendly)Xinchen Hui2014-05-261-2/+3
* Fixed apply_func_arg_t, and it's better not using cast (compiler friendly)Xinchen Hui2014-05-251-4/+6
* Fixed apply_func_t (they should be broken before)Xinchen Hui2014-05-251-3/+4
* Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-6/+2
* Fix ZTS buildNikita Popov2014-04-091-3/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-1/+7
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-20/+24
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-4/+4