From 2135b057ec33bb480a10f642a3e42ba10364b81e Mon Sep 17 00:00:00 2001 From: David Matejka Date: Sat, 15 Apr 2017 00:20:06 +0200 Subject: Fixed bug #74444: multiple catch freezes in some cases zend_emit_jump() may reallocate, so reload the opline. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') 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). -- cgit v1.2.1