]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 29 Jul 2019 09:26:15 +0000 (11:26 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 29 Jul 2019 09:26:31 +0000 (11:26 +0200)
1  2 
NEWS
ext/exif/exif.c

diff --cc NEWS
index 952071d36ffcb243f945c4328d14523d561c82d5,58cc45e10c9bc0cb283eaddae184e4d223463814..7a34dec7c5bcf2b90f231d015b94dc554d45ae1c
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,12 -1,19 +1,16 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 7.3.9
 +?? ??? ????, PHP 7.4.0beta2
  
 -- Curl:
 -  . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
 -    (Abyr Valg)
 +- Core:
 +  . Fixed bug #78340 (Include of stream wrapper not reading whole file).
 +    (Nikita)
 +  . Fixed bug #78344 (Segmentation fault on zend_check_protected). (Nikita)
  
 -- FPM:
 -  . Fixed bug #77185 (Use-after-free in FPM master event handling).
 -    (Maksim Nikulin)
 -
+ - Exif:
+   . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
+     invalid cast). (Nikita)
  - Iconv:
    . Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer
      Jung)
diff --cc ext/exif/exif.c
Simple merge