. Fixed bug #72813 (Segfault with __get returned by ref). (Laruence)
. Fixed bug #72767 (PHP Segfaults when trying to expand an infinite operator).
(Nikita)
+ . TypeError messages for arg_info type checks will now say "must be ...
+ or null" where the parameter or return type accepts null. (Andrea)
+
+- EXIF:
+ . Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi)
-- GD:
- . Fixed bug #72709 (imagesetstyle() causes OOB read for empty $styles). (cmb)
+ - FTP:
+ . Fixed bug #70195 (Cannot upload file using ftp_put to FTPES with
+ require_ssl_reuse). (Benedict Singer)
+
+- mbstring:
+ . Fixed bug #72711 (`mb_ereg` does not clear the `$regs` parameter on
+ failure). (ju1ius)
- OCI8
. Fixed invalid handle error with Implicit Result Sets. (Chris Jones)