Fix wrong update

This commit is contained in:
Xinchen Hui 2011-09-17 14:24:15 +00:00
parent 6c2b670e69
commit 3ac5593cda

4
NEWS
View file

@ -7,10 +7,6 @@ PHP NEWS
. Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault).
(Felipe, Laruence)
- MySQLi extension:
. Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
(eran at zend dot com, Laruence)
15 Sep 2011, PHP 5.4.0 Beta
- General improvements:
. Added callable typehint. (Hannes)