Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | marked char pointer arguments as const in lots of | Hartmut Holzgraefe | 2010-10-14 | 1 | -4/+4 |
| | | | | | | places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ... | ||||
* | improved performance of @ (silence) operator | Dmitry Stogov | 2010-08-18 | 1 | -0/+2 |
| | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | CS | Jani Taskinen | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | fix memleak | Stanislav Malyshev | 2009-07-17 | 1 | -2/+5 |
| | |||||
* | MFH | Jani Taskinen | 2009-07-16 | 1 | -1/+2 |
| | |||||
* | fix ini_restore problem | Stanislav Malyshev | 2009-07-16 | 1 | -1/+6 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug#46811 ini_set() doesn't return false on failure | Hannes Magnusson | 2008-12-09 | 1 | -0/+1 |
| | |||||
* | Tweak last commit, should always return NULL when an entry doesn't exist. | Scott MacVicar | 2008-07-07 | 1 | -4/+4 |
| | |||||
* | Add zend_ini_string_ex so that the you can differentiate between NULL as a ↵ | Scott MacVicar | 2008-07-07 | 1 | -4/+24 |
| | | | | value and its absence, this is important for ini_get. Related to bug #42657 and #43348 | ||||
* | MFH: add zend_atol() | Antony Dovgal | 2008-03-19 | 1 | -2/+2 |
| | |||||
* | MFB: Fixed bug #43677 (Inconsistent behaviour of include_path set with | Ilia Alshanetsky | 2008-03-13 | 1 | -2/+7 |
| | | | | | php_value). (Patch by: manuel at mausz dot at) | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed typo in the previous patch | Ilia Alshanetsky | 2007-10-01 | 1 | -1/+1 |
| | |||||
* | Refactor code to make fixes for coverity issues #385 and #386 a bit more | Ilia Alshanetsky | 2007-10-01 | 1 | -8/+10 |
| | | | | | obvious | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -4/+4 |
| | |||||
* | Fixed coverity issue #470 Unitialized integer value used inside | Ilia Alshanetsky | 2007-09-27 | 1 | -1/+1 |
| | | | | | zend_ini_boolean_displayer_cb | ||||
* | MFH:- Fixed bug #42657 (ini_get() returns incorrect value when default is NULL) | Jani Taskinen | 2007-09-27 | 1 | -7/+9 |
| | |||||
* | MFH: BC (missed from the patch :) | Jani Taskinen | 2007-09-27 | 1 | -0/+2 |
| | |||||
* | MFH: Nuked unnecessary TSRMLS_FETCH() call | Jani Taskinen | 2007-09-27 | 1 | -3/+2 |
| | |||||
* | MFH: missing folding tag + use Z_STR* macros | Jani Taskinen | 2007-09-27 | 1 | -4/+5 |
| | |||||
* | last ws | Jani Taskinen | 2007-09-27 | 1 | -4/+4 |
| | |||||
* | ws | Jani Taskinen | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | MFH: ws + cs (more to follow) | Jani Taskinen | 2007-09-27 | 1 | -36/+36 |
| | |||||
* | MFH: add NULL check (coverity issue #385) and fix CS | Antony Dovgal | 2007-09-21 | 1 | -6/+5 |
| | |||||
* | - Can not remove because of the idiotic ZEND_STR*() macros | Jani Taskinen | 2007-09-07 | 1 | -1/+0 |
| | |||||
* | - Added reminder for 5.3 | Jani Taskinen | 2007-09-07 | 1 | -0/+2 |
| | |||||
* | - Missed this from previous commit to zend_ini.h | Jani Taskinen | 2007-09-07 | 1 | -0/+5 |
| | |||||
* | MFH: - Fixed the rest of bug #41561 ( @ operator not working ) | Jani Taskinen | 2007-09-07 | 1 | -3/+5 |
| | |||||
* | MFH: folding tags | Jani Taskinen | 2007-09-07 | 1 | -55/+58 |
| | |||||
* | MFH: Revert revert. | Jani Taskinen | 2007-08-31 | 1 | -0/+4 |
| | |||||
* | MFH: revert the patch which breaks multithreaded servers | Antony Dovgal | 2007-08-23 | 1 | -4/+0 |
| | |||||
* | Fixed zend_alter_ini_entry() memory_limit interruption vulnerability. | Ilia Alshanetsky | 2007-06-17 | 1 | -14/+21 |
| | |||||
* | MFH: fix #41561 (Values set with php_admin_* in httpd.conf can be ↵ | Antony Dovgal | 2007-06-08 | 1 | -0/+4 |
| | | | | overwritten with ini_set()) | ||||
* | WIN64 support | Dmitry Stogov | 2007-04-16 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-03-06 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Ensure that OnUpdateLongGEZero is greater or equal to 0. | Ilia Alshanetsky | 2006-12-25 | 1 | -0/+22 |
| | | | | | Added a update wrapper for ensuring >0 values | ||||
* | Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an ↵ | Dmitry Stogov | 2006-11-08 | 1 | -1/+2 |
| | | | | extension INI directive). (wharmby at uk dot ibm dot com, Dmitry) | ||||
* | Fixed php_admin* bypass by ini_restore() | Dmitry Stogov | 2006-09-06 | 1 | -1/+2 |
| | |||||
* | Fixed random crashes in ZTS mode becouse of uninitialized ↵ | Dmitry Stogov | 2006-05-19 | 1 | -0/+1 |
| | | | | EG(modified_ini_directives). | ||||
* | Optimized shutdown sequence to iterate only over modified ini directives | Dmitry Stogov | 2006-05-15 | 1 | -3/+24 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Fix bug #34307. We were not calling on_modify handler to set the default | Andrei Zmievski | 2005-09-02 | 1 | -4/+7 |
| | | | | | value in case setting the one from .ini file failed. |