summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-11-30 14:33:29 +0800
committerXinchen Hui <laruence@php.net>2012-11-30 14:33:29 +0800
commit96300f551aa458331e5794191018d6cacf61c288 (patch)
treea72902c6a2fb88473fc378715cdfafce3acc6424
parentdc3693318101ffab15167c6d2a09fb4e0e536897 (diff)
downloadphp-git-96300f551aa458331e5794191018d6cacf61c288.tar.gz
format
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 383950e04d..7ead098beb 100644
--- a/NEWS
+++ b/NEWS
@@ -12,14 +12,14 @@ PHP NEWS
(Mike, casper at langemeijer dot eu)
- Imap:
- . Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array (Remi)
+ . Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array). (Remi)
- Json:
- . Fixed bug #63588 use php_next_utf8_char and remove duplicate
- implementation. (Remi)
+ . Fixed bug #63588 (use php_next_utf8_char and remove duplicate
+ implementation). (Remi)
-- mysqli:
- . Fixed bug #63361 missing header. (Remi)
+- MySQLi:
+ . Fixed bug #63361 (missing header). (Remi)
- MySQLnd:
. Fixed bug #63398 (Segfault when polling closed link). (Laruence)