]> 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:03:02 +0000 (10:03 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 27 Nov 2020 09:03:21 +0000 (10:03 +0100)
* PHP-7.4:
  Fixed bug #80425

1  2 
NEWS
ext/intl/msgformat/msgformat_helpers.cpp

diff --cc NEWS
index e3333f3570eef21e9923a416d1773766ec808f9d,fe45a4db3ce35ba556cde3e0968f5dfcbad3adc6..dc16cf7deb7bf507579692c41eeb638166e045d0
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -13,13 -17,13 +13,16 @@@ PH
  - Fileinfo:
    . Fixed bug #77961 (finfo_open crafted magic parsing SIGABRT). (cmb)
  
+ - Intl:
+   . Fixed bug #80425 (MessageFormatAdapter::getArgTypeList redefined). (Nikita)
 +- Opcache:
 +  . Fixed bug #80404 (Incorrect range inference result when division results
 +    in float). (Nikita)
 +  . Fixed bug #80377 (Opcache misses executor_globals). (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)