summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-08-04 13:44:59 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-08-04 13:46:32 +0200
commit81ebe930f32102136b30f23167561b08e646518b (patch)
tree11490f23fe907e3765cc9ef31c58a0ca1ca220e4
parentbb9280879476b7142a3295cf4190c3629a828ba3 (diff)
downloadphp-git-81ebe930f32102136b30f23167561b08e646518b.tar.gz
[ci skip] Fix NEWS
beta1 has already been released, but does not contain the fix for bug 76595.
-rw-r--r--NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index e540a1b9a1..a491bf181e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.0beta1
+?? ??? ????, PHP 7.3.0beta2
+
+- phpdbg:
+ . Fixed bug #76595 (phpdbg man page contains outdated information).
+ (Kevin Abel)
+
+02 Aug 2018, PHP 7.3.0beta1
- Core:
. Fixed bug #76667 (Segfault with divide-assign op and __get + __set).
@@ -10,10 +16,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)