summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #34307. We were not calling on_modify handler to set the defaultAndrei Zmievski2005-09-021-4/+7
* 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
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - MFZE1.Andi Gutmans2002-09-231-12/+17
* - Make Colin happyDerick Rethans2002-09-191-1/+1
* - WS - Always use "if (" and not "if("Andi Gutmans2002-09-151-2/+2
* MFZE1Zeev Suraski2002-09-031-6/+26
* - RevertDerick Rethans2002-09-031-24/+6
* - MFH for: Apply rest of html errors fix (Patch by Jan Lehnardt <jan@php.net>)Derick Rethans2002-09-031-6/+24
* make win32 debug output more verboseHarald Radi2002-08-071-3/+0
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* MFZE1Sebastian Bergmann2001-09-191-2/+3
* More TSRMLS_FETCH workZeev Suraski2001-07-311-4/+2
* More TSRMLS_FETCH workZeev Suraski2001-07-311-11/+9
* More TSRMLS_FETCH workZeev Suraski2001-07-301-13/+0
* More TSRMLS_FETCH workZeev Suraski2001-07-301-6/+10
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-13/+13
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* Fix mismatch in return valuesZeev Suraski2001-01-071-1/+1
* - Remove backward dependency from PHP -> ZendZeev Suraski2001-01-071-5/+5
* - This slipped in by mistake.Andi Gutmans2001-01-061-2/+0
* Merge in some ZEND_API additions from Daniel Beulshausen (needed for theZeev Suraski2001-01-051-5/+7
* Make the INI mechanism thread safe (or at least thread safer :)Zeev Suraski2000-12-271-26/+40
* Kill a misleading warning which is intended for old codeSascha Schumann2000-11-061-1/+1
* explicit declaration here too - sigh, way too early in the morningZeev Suraski2000-11-021-1/+1
* Remove unnecessary code, fix phpinfo()Zeev Suraski2000-10-311-34/+3
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-0/+516