summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
|
* 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
| | | | | | places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ...
* 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 ↵Scott MacVicar2008-07-071-4/+24
| | | | value and its absence, this is important for ini_get. Related to bug #42657 and #43348
* 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
| | | | | php_value). (Patch by: manuel at mausz dot at)
* 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
| | | | | obvious
* 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
| | | | | zend_ini_boolean_displayer_cb
* 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 ↵Antony Dovgal2007-06-081-0/+4
| | | | overwritten with ini_set())
* 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
| | | | | Added a update wrapper for ensuring >0 values
* Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an ↵Dmitry Stogov2006-11-081-1/+2
| | | | extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)
* Fixed php_admin* bypass by ini_restore()Dmitry Stogov2006-09-061-1/+2
|
* Fixed random crashes in ZTS mode becouse of uninitialized ↵Dmitry Stogov2006-05-191-0/+1
| | | | EG(modified_ini_directives).
* 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
| | | | | value in case setting the one from .ini file failed.