diff options
author | foobar <sniper@php.net> | 2005-09-02 21:13:00 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-09-02 21:13:00 +0000 |
commit | bd30309d654e3789164b25e6555d0996acff84d9 (patch) | |
tree | def32e7f3472cacaa77961388a16f30bae8558e7 | |
parent | 0eabbc9f896fee75d920b1630f397b7b0c67f329 (diff) | |
download | php-git-bd30309d654e3789164b25e6555d0996acff84d9.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ PHP NEWS - Fixed "make test" to work for phpized extensions. (Hartmut, Jani) - Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems. (Andrey) +- Fixed bug #34307 (on_modify handler not called to set the default value if + setting from php.ini was invalid). (Andrei) - Fixed bug #34331 (php crashes when variables_order is empty). (Ilia) - Fixed bug #34310 (foreach($arr as $c->d => $x) crashes). (Dmitry) - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty). (Jani) |