]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 31 Dec 2018 19:49:35 +0000 (20:49 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 31 Dec 2018 19:50:19 +0000 (20:50 +0100)
* PHP-7.2:
  Fix #77391: 1bpp BMPs may fail to be loaded

1  2 
NEWS
ext/gd/libgd/gd_bmp.c

diff --cc NEWS
index e4ce2b44713d22b56a810a8db9c52d00b7300865,552c94d13668936548667129debf5617113cb3b7..1567213e1e72282a6e985c4de699afdcc886af8d
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,19 -1,10 +1,22 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2019, PHP 7.2.15
 +?? ??? ????, PHP 7.3.2
 +
 +- Core:
 +  . Fixed bug #77339 (__callStatic may get incorrect arguments). (Dmitry)
 +  . Fixed bug #77317 (__DIR__, __FILE__, realpath() reveal physical path for
 +    subst virtual drive). (Anatol)
 +
 +- Fileinfo:
 +  . Fixed bug #77346 (webm files incorrectly detected as
 +    application/octet-stream). (Anatol)
  
+ - GD:
+   . Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
 +- PCRE:
 +  . Fixed bug #77338 (get_browser with empty string). (Nikita)
 +
  - Sockets:
    . Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address
      on MacOS). (Michael Meyer)
Simple merge