diff options
| author | Antony Dovgal <tony2001@php.net> | 2005-06-22 12:02:47 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2005-06-22 12:02:47 +0000 |
| commit | 1c68938c6000b07b4a37375dbd3d13b8497551a8 (patch) | |
| tree | 56b2325436c33007549f5d8496b66ccf86c82da5 /NEWS | |
| parent | ce972676b568a520b061810790fecbe0b76adbce (diff) | |
| download | php-git-1c68938c6000b07b4a37375dbd3d13b8497551a8.tar.gz | |
- 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.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ PHP NEWS - Fixed bug #33427 (ext/odbc: check if unixODBC header file exists). (Jani) - Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable). (Dmitry) +- Fixed bug #15854 (boolean ini options may be incorrectly displayed as Off + when they are On). (Tony) 21 Jun 2005, PHP 5.1 Beta 2 - Improved PHP extension loading mechanism with support for module dependencies |
