]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 23 Sep 2020 08:54:40 +0000 (10:54 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 23 Sep 2020 08:54:59 +0000 (10:54 +0200)
* PHP-7.3:
  Fix #76735: Incorrect message in fopen on invalid mode

1  2 
NEWS
main/streams/plain_wrapper.c

diff --cc NEWS
index 1567cdcde52193a9a8867b3c2995934db8f85141,6d8ed53499e1c6e7176e3e2ac2b78f637fb27d48..942e9db5b4bb68055efdde602d48f7975204a0a0
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -25,14 -19,11 +25,15 @@@ PH
  - Standard:
    . Fixed bug #80114 (parse_url does not accept URLs with port 0). (cmb, twosee)
    . Fixed bug #76943 (Inconsistent stream_wrapper_restore() errors). (cmb)
+   . Fixed bug #76735 (Incorrect message in fopen on invalid mode). (cmb)
  
 -01 Oct 2020, PHP 7.3.23
 +01 Oct 2020, PHP 7.4.11
  
  - Core:
 +  . Fixed bug #79979 (passing value to by-ref param via CUFA crashes). (cmb,
 +    Nikita)
 +  . Fixed bug #80037 (Typed property must not be accessed before initialization
 +    when __get() declared). (Nikita)
    . Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
    . Fixed bug #80049 (Memleak when coercing integers to string via variadic
      argument). (Nikita)
Simple merge