summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2011-09-17 14:24:15 +0000
committerXinchen Hui <laruence@php.net>2011-09-17 14:24:15 +0000
commit3ac5593cdace0f9a746ce71210c50aa38196bff5 (patch)
treee360421f5a4018fd6302baa0bce6a1a81f3d1305
parent6c2b670e69577f40a102a6abb560496892b00c64 (diff)
downloadphp-git-3ac5593cdace0f9a746ce71210c50aa38196bff5.tar.gz
Fix wrong update
-rw-r--r--NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 512fcb7e28..b3a2689c02 100644
--- a/NEWS
+++ b/NEWS
@@ -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)