* PHP-7.3:
Fix #76735: Incorrect message in fopen on invalid mode
- 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)