diff options
author | David Matejka <matej21@matej21.cz> | 2017-04-15 00:20:06 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-04-15 01:38:37 +0200 |
commit | 2135b057ec33bb480a10f642a3e42ba10364b81e (patch) | |
tree | e13f9d665902173cd8da458d61d8da79ea8e86a1 /NEWS | |
parent | d80df7a8bf9970295f7dcb93cf56ba73a9383825 (diff) | |
download | php-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |