summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-06-22 12:02:47 +0000
committerAntony Dovgal <tony2001@php.net>2005-06-22 12:02:47 +0000
commit1c68938c6000b07b4a37375dbd3d13b8497551a8 (patch)
tree56b2325436c33007549f5d8496b66ccf86c82da5 /NEWS
parentce972676b568a520b061810790fecbe0b76adbce (diff)
downloadphp-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 54d77cfcf2..edde30249e 100644
--- a/NEWS
+++ b/NEWS
@@ -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