summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Matejka <matej21@matej21.cz>2017-04-15 00:20:06 +0200
committerNikita Popov <nikita.ppv@gmail.com>2017-04-15 01:38:37 +0200
commit2135b057ec33bb480a10f642a3e42ba10364b81e (patch)
treee13f9d665902173cd8da458d61d8da79ea8e86a1 /NEWS
parentd80df7a8bf9970295f7dcb93cf56ba73a9383825 (diff)
downloadphp-git-2135b057ec33bb480a10f642a3e42ba10364b81e.tar.gz
Fixed bug #74444: multiple catch freezes in some cases
zend_emit_jump() may reallocate, so reload the opline.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6af7477ac6..c8c57bef08 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ PHP NEWS
(Nikita)
. Fixed bug #74188 (Null coalescing operator fails for undeclared static
class properties). (tpunt)
+ . Fixed bug #74444 (multiple catch freezes in some cases). (David Matějka)
- Date:
. Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions).