]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 27 Nov 2020 09:58:04 +0000 (10:58 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 27 Nov 2020 09:58:34 +0000 (10:58 +0100)
* PHP-7.4:
  Fixed bug #80368

1  2 
NEWS
ext/openssl/openssl.c

diff --cc NEWS
index 8ad31db07b1ee68d1404f14945b669582d127bc7,7ede11b09cb8e37d0d977fba21b198f3610d203e..bd7d3b62aec6e095ca64e1caca2409470a648b5e
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -16,15 -20,14 +16,19 @@@ PH
  - Intl:
    . Fixed bug #80425 (MessageFormatAdapter::getArgTypeList redefined). (Nikita)
  
-   . Fixed bug #80433 (        Unable to disable the use of the AVX command when using
 +- Opcache:
 +  . Fixed bug #80404 (Incorrect range inference result when division results
 +    in float). (Nikita)
 +  . Fixed bug #80377 (Opcache misses executor_globals). (Nikita)
++  . Fixed bug #80433 (Unable to disable the use of the AVX command when using
 +    JIT). (Nikita)
 +
+ - OpenSSL:
+   . Fixed bug #80368 (OpenSSL extension fails to build against LibreSSL due to
+     lack of OCB support). (Nikita)
  - Standard:
    . Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
 -  . Fixed bug #80411 (References to null-serialized object break serialize()).
 -    (Nikita)
  
  - Tidy:
    . Fixed bug #77594 (ob_tidyhandler is never reset). (cmb)
Simple merge