Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed mode | Dmitry Stogov | 2014-08-14 | 1 | -0/+0 | |
| | ||||||
* | Fixed compilation warnings | Dmitry Stogov | 2014-08-14 | 1 | -1/+3 | |
| | ||||||
* | Don't use cast (compiler friendly) | Xinchen Hui | 2014-05-26 | 1 | -2/+3 | |
| | ||||||
* | Fixed apply_func_arg_t, and it's better not using cast (compiler friendly) | Xinchen Hui | 2014-05-25 | 1 | -4/+6 | |
| | ||||||
* | Fixed apply_func_t (they should be broken before) | Xinchen Hui | 2014-05-25 | 1 | -3/+4 | |
| | ||||||
* | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -6/+2 | |
| | ||||||
* | Fix ZTS build | Nikita Popov | 2014-04-09 | 1 | -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 Stogov | 2014-02-17 | 1 | -1/+7 | |
| | ||||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -20/+24 | |
| | ||||||
* | 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 | |
| |