summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | locale-independent.
* Fix: ini entries for dl()'d modules now work under ZTSWez Furlong2004-07-281-1/+16
| | | | | | Side-effect: avoid possible crashes when multiple threads load/unload modules and mess with the global hash table.
* - modifyable -> modifiableAndi Gutmans2004-04-121-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* 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
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-1/+3
|
* Implemented compatibility modeZeev Suraski2003-01-121-0/+9
| | | | | To enable - zend2.implicit_clone = on in php.ini or using ini_set()
* 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
| | | | | #- Sorry... was too busy with it to notice discussion on php.dev
* - 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
| | | | | | This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* - 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
| | | | | | | - Rename get_ini_entry() as get_configuration_directive() for clarity (it doesn't use the INI subsystem, but the module-supplied function for retrieving configuration directives)
* - 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
| | | | | Win32 Apache module)
* 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
| | | | | which assumes sizeof(int) == sizeof(void *).
* 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