summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | This only makes it compile, it doesn't actually work, presumably because interned strings are assumed in some places.
* 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
| | | | | | 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
|