History log of /PHP-8.0/Zend/zend_ini.c (Results 101 – 125 of 161)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c3c0fd28 27-Sep-2007 Jani Taskinen

ws


# c1a4cc35 27-Sep-2007 Jani Taskinen

MFH: ws + cs (more to follow)


# cecbe876 21-Sep-2007 Antony Dovgal

MFH: add NULL check (coverity issue #385) and fix CS


# 9025c2a8 07-Sep-2007 Jani Taskinen

- Can not remove because of the idiotic ZEND_STR*() macros


# 2b69d18e 07-Sep-2007 Jani Taskinen

- Added reminder for 5.3


# 822400d7 07-Sep-2007 Jani Taskinen

- Missed this from previous commit to zend_ini.h


# 82626c18 07-Sep-2007 Jani Taskinen

MFH: - Fixed the rest of bug #41561 ( @ operator not working )


# 510ad206 07-Sep-2007 Jani Taskinen

MFH: folding tags


Revision tags: RELEASE_1_2_4
# 6066b01d 31-Aug-2007 Jani Taskinen

MFH: Revert revert.


Revision tags: RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3
# 8a3b3e93 23-Aug-2007 Antony Dovgal

MFH: revert the patch which breaks multithreaded servers


Revision tags: php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 32c5a87a 17-Jun-2007 Ilia Alshanetsky

Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.


# 0ca8dab4 08-Jun-2007 Antony Dovgal

MFH: fix #41561 (Values set with php_admin_* in httpd.conf can be overwritten with ini_set())


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2
# e1814f0d 16-Apr-2007 Dmitry Stogov

WIN64 support


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# a806ce97 06-Mar-2007 Antony Dovgal

MFH


Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# b85f1345 25-Dec-2006 Ilia Alshanetsky

Ensure that OnUpdateLongGEZero is greater or equal to 0.
Added a update wrapper for ensuring >0 values


Revision tags: php-5.2.1RC1
# a84a2eae 08-Nov-2006 Dmitry Stogov

Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4
# 0c3c55ed 06-Sep-2006 Dmitry Stogov

Fixed php_admin* bypass by ini_restore()


Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# cdb0ed75 19-May-2006 Dmitry Stogov

Fixed random crashes in ZTS mode becouse of uninitialized EG(modified_ini_directives).


# 14cad8fd 15-May-2006 Dmitry Stogov

Optimized shutdown sequence to iterate only over modified ini directives


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 61e93ccf 04-Jan-2006 Andi Gutmans

- Update copyright notices to 2006


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# 0eabbc9f 02-Sep-2005 Andrei Zmievski

Fix bug #34307. We were not calling on_modify handler to set the default
value in case setting the one from .ini file failed.


Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 916815b7 03-Aug-2005 foobar

Bump up the year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2
# 1c68938c 22-Jun-2005 Antony Dovgal

- allow to use "yes" and "true" with ini_set() and in commandline (through -d flag)
- fix #15854 that was caused by wrong consideration that zend_ini_boolean_displayer_cb()
always recieves co

- allow to use "yes" and "true" with ini_set() and in commandline (through -d flag)
- fix #15854 that was caused by wrong consideration that zend_ini_boolean_displayer_cb()
always recieves converted to "0"/"1" values.

show more ...


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 5ddf66e0 12-Apr-2005 Stanislav Malyshev

fix memory corruption if one on the on_modify handlers errors out


1234567