summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-11-28 13:15:54 +0800
committerXinchen Hui <laruence@gmail.com>2017-11-28 13:15:54 +0800
commitee9e32caca08262de878395f6aff3eed54fc5740 (patch)
treed2be86bd8b5cb7ad788cac50145d7b92933e7231
parent06202f0feba76a6248dbece73fc28c678b4cf57a (diff)
downloadphp-git-ee9e32caca08262de878395f6aff3eed54fc5740.tar.gz
Update NEWs (added bug entry)
-rw-r--r--NEWS4
-rw-r--r--ext/opcache/tests/bug75570.phpt (renamed from ext/opcache/tests/ssa_bug_011.phpt)2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 127da106dd..2114a0f37d 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP NEWS
. Fixed bug #60471 (Random "Invalid request (unexpected EOF)" using a router
script). (SammyK)
+- Opcache:
+ . Fixed bug #75570 ("Narrowing occurred during type inference" error).
+ (Dmitry)
+
- PCRE:
. Fixed bug #74183 (preg_last_error not returning error code after error).
(Andrew Nester)
diff --git a/ext/opcache/tests/ssa_bug_011.phpt b/ext/opcache/tests/bug75570.phpt
index 58f39807fc..7d23ce7260 100644
--- a/ext/opcache/tests/ssa_bug_011.phpt
+++ b/ext/opcache/tests/bug75570.phpt
@@ -1,5 +1,5 @@
--TEST--
-Type inference warning
+Bug #75570 ("Narrowing occurred during type inference" error)
--FILE--
<?php
function renderRawGraph(array $parents) {