summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* improved performance of @ (silence) operatorDmitry Stogov2010-08-181-0/+2
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* CSJani Taskinen2009-07-171-1/+1
* fix memleakStanislav Malyshev2009-07-171-2/+5
* MFHJani Taskinen2009-07-161-1/+2
* fix ini_restore problemStanislav Malyshev2009-07-161-1/+6
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug#46811 ini_set() doesn't return false on failureHannes Magnusson2008-12-091-0/+1
* Tweak last commit, should always return NULL when an entry doesn't exist.Scott MacVicar2008-07-071-4/+4
* Add zend_ini_string_ex so that the you can differentiate between NULL as a va...Scott MacVicar2008-07-071-4/+24
* MFH: add zend_atol()Antony Dovgal2008-03-191-2/+2
* MFB: Fixed bug #43677 (Inconsistent behaviour of include_path set withIlia Alshanetsky2008-03-131-2/+7
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed typo in the previous patchIlia Alshanetsky2007-10-011-1/+1
* Refactor code to make fixes for coverity issues #385 and #386 a bit moreIlia Alshanetsky2007-10-011-8/+10
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-4/+4
* Fixed coverity issue #470 Unitialized integer value used insideIlia Alshanetsky2007-09-271-1/+1
* MFH:- Fixed bug #42657 (ini_get() returns incorrect value when default is NULL)Jani Taskinen2007-09-271-7/+9
* MFH: BC (missed from the patch :)Jani Taskinen2007-09-271-0/+2
* MFH: Nuked unnecessary TSRMLS_FETCH() callJani Taskinen2007-09-271-3/+2
* MFH: missing folding tag + use Z_STR* macrosJani Taskinen2007-09-271-4/+5
* last wsJani Taskinen2007-09-271-4/+4