summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-08-04 16:16:07 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-08-04 16:16:07 +0200
commitfd0fc20d35d77728a434195210ba01cf5692cc77 (patch)
tree30cb6a2865bd7319721d9ba1fefc8d680125efbb
parentc00f5e6531a3f72bb8f7c107d2c390fadad736a0 (diff)
downloadphp-git-fd0fc20d35d77728a434195210ba01cf5692cc77.tar.gz
[ci skip] Update NEWS
Bug fix #76595 has been done after RC release and should go to appropriate NEWS location then.
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e02ef74131..76cc7845f9 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP NEWS
. Fixed bug #76704 (mb_detect_order return value varies based on argument
type). (cmb)
+- phpdbg:
+ . Fixed bug #76595 (phpdbg man page contains outdated information).
+ (Kevin Abel)
+
16 Aug 2018, PHP 7.1.21
- Calendar:
@@ -23,10 +27,6 @@ PHP NEWS
. Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option).
(Anatol)
-- phpdbg:
- . Fixed bug #76595 (phpdbg man page contains outdated information).
- (Kevin Abel)
-
- SQLite3:
. Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle).
(cmb)