summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* wsJani Taskinen2007-09-271-1/+1
* MFH: ws + cs (more to follow)Jani Taskinen2007-09-271-36/+36
* MFH: add NULL check (coverity issue #385) and fix CSAntony Dovgal2007-09-211-6/+5
* - Can not remove because of the idiotic ZEND_STR*() macrosJani Taskinen2007-09-071-1/+0
* - Added reminder for 5.3Jani Taskinen2007-09-071-0/+2
* - Missed this from previous commit to zend_ini.hJani Taskinen2007-09-071-0/+5
* MFH: - Fixed the rest of bug #41561 ( @ operator not working )Jani Taskinen2007-09-071-3/+5
* MFH: folding tagsJani Taskinen2007-09-071-55/+58
* MFH: Revert revert.Jani Taskinen2007-08-311-0/+4
* MFH: revert the patch which breaks multithreaded serversAntony Dovgal2007-08-231-4/+0
* Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.Ilia Alshanetsky2007-06-171-14/+21
* MFH: fix #41561 (Values set with php_admin_* in httpd.conf can be overwritten...Antony Dovgal2007-06-081-0/+4
* WIN64 supportDmitry Stogov2007-04-161-1/+1
* MFHAntony Dovgal2007-03-061-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Ensure that OnUpdateLongGEZero is greater or equal to 0.Ilia Alshanetsky2006-12-251-0/+22
* Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an exten...Dmitry Stogov2006-11-081-1/+2
* Fixed php_admin* bypass by ini_restore()Dmitry Stogov2006-09-061-1/+2
* Fixed random crashes in ZTS mode becouse of uninitialized EG(modified_ini_dir...Dmitry Stogov2006-05-191-0/+1
* Optimized shutdown sequence to iterate only over modified ini directivesDmitry Stogov2006-05-151-3/+24
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fix bug #34307. We were not calling on_modify handler to set the defaultAndrei Zmievski2005-09-021-4/+7
* Bump up the yearfoobar2005-08-031-1/+1
* - allow to use "yes" and "true" with ini_set() and in commandline (through -d...Antony Dovgal2005-06-221-6/+31
* fix memory corruption if one on the on_modify handlers errors outStanislav Malyshev2005-04-121-1/+6
* Clarify logicZeev Suraski2005-03-141-3/+3
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-3/+4
* Fix: ini entries for dl()'d modules now work under ZTSWez Furlong2004-07-281-1/+16