summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
Commit message (Expand)AuthorAgeFilesLines
* Add zend_ini_string_ex so that the you can differentiate between NULL as a va...Scott MacVicar2008-07-071-4/+24
* add zend_atol() and use it instead of zend_atoi() where applicableAntony Dovgal2008-03-191-2/+2
* MFB: MFB: Fixed bug #43677 (Inconsistent behaviour of include_path set withIlia Alshanetsky2008-03-131-2/+7
* fix #43680 (OnUpdateUTF8String problems in PHP 6)Antony Dovgal2008-01-151-21/+26
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB: MFB: Fixed typo in previous patchIlia Alshanetsky2007-10-011-1/+1
* MFB: Refactor code to make fixes for coverity issues #385 and #386 a bitIlia Alshanetsky2007-10-011-8/+10
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-4/+4
* MFB: Fixed coverity issue #470 Unitialized integer value used insideIlia Alshanetsky2007-09-271-1/+1
* - Fixed bug #42657 (ini_get() returns incorrect value when default is NULL)Jani Taskinen2007-09-271-7/+9
* BCJani Taskinen2007-09-271-0/+2
* - Nuked unnecessary TSRMLS_FETCH().Jani Taskinen2007-09-271-3/+2
* MFB52:Jani Taskinen2007-09-271-11/+17
* MFB: Missing part of some fix (by Ilia)Jani Taskinen2007-09-271-1/+3
* ws + cs (more to follow)Jani Taskinen2007-09-271-31/+31
* add NULL check (coverity issue #385) and fix CSAntony Dovgal2007-09-211-6/+5
* - Make the macro into function (for the sake of idiotic ZEND_STRL() macro)Jani Taskinen2007-09-071-1/+7
* - Fixed the rest of bug #41561 ( @ operator not working )Jani Taskinen2007-09-071-3/+5
* - Revert the revert: this is not causing any problems (or we have lot bigger ...Jani Taskinen2007-08-311-0/+4
* revert patch which breaks multithreaded serversAntony Dovgal2007-08-231-4/+0
* fix folding, CS and WSAntony Dovgal2007-07-111-60/+63
* fix #41561 (Values set with php_admin_* in httpd.conf can be overwritten with...Antony Dovgal2007-06-081-0/+4
* WIN64 supportDmitry Stogov2007-04-161-1/+1
* comment out unused functionAntony Dovgal2007-03-061-1/+2
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFB: safety checksIlia Alshanetsky2006-12-261-0/+22
* Implement OnUpdateUTF8String() handler. It always assumes UTF-8 input,Andrei Zmievski2006-12-221-0/+40
* 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 request shutdown sequence to iterate only over modified ini directivesDmitry Stogov2006-05-151-3/+24
* Portable unicode string API:Dmitry Stogov2006-02-211-1/+1
* WSDmitry Stogov2006-02-211-11/+11
* Preparation for portable string API (use macroses to access zval).Dmitry Stogov2006-02-201-3/+3
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* MFB: - Fixed bug #34307. We were not calling on_modify handler to set the def...foobar2005-09-021-4/+7
* Unicode supportAndrei Zmievski2005-08-111-1/+2
* 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
* - modifyable -> modifiableAndi Gutmans2004-04-121-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* MFHZE2Ilia Alshanetsky2003-03-241-1/+5
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-1/+3
* Implemented compatibility modeZeev Suraski2003-01-121-0/+9