diff options
author | Dmitry Stogov <dmitry@zend.com> | 2020-12-01 16:46:41 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2020-12-01 16:46:41 +0300 |
commit | 44475e70e2d29c862c58827ae72975205123b4a2 (patch) | |
tree | cf48ce77f4f9ef0fe9b9fba45d04085280be6407 | |
parent | 1674c96c0b7ab05809a9a3e51a96901a4c424274 (diff) | |
download | php-git-44475e70e2d29c862c58827ae72975205123b4a2.tar.gz |
Fixed bug #80447 (Strange out of memory error when running with JIT)
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ PHP NEWS . Fixed bug #80377 (Opcache misses executor_globals). (Nikita) . Fixed bug #80433 (Unable to disable the use of the AVX command when using JIT). (Nikita) - . Bug #80447 (Strange out of memory error when running with JIT). (Dmitry) + . Fixed bug #80447 (Strange out of memory error when running with JIT). + (Dmitry) - OpenSSL: . Fixed bug #80368 (OpenSSL extension fails to build against LibreSSL due to |