]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 19 Jun 2020 15:32:00 +0000 (17:32 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 19 Jun 2020 15:32:21 +0000 (17:32 +0200)
* PHP-7.3:
  Fixed bug #79570

1  2 
NEWS
ext/posix/posix.c

diff --cc NEWS
index 70ebc7054255e2e40355b4ee34669df601cb06d7,4568036a7b896e5792b3ca870db88c0998bbd6d0..b7f99aece911f8da111093dfb7ac41acc439ea21
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -48,18 -32,14 +48,20 @@@ PH
  
  - Standard:
    . Fixed bug #74267 (segfault with streams and invalid data). (cmb)
+   . Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for
+     posix_getgrgid and others). (Böszörményi Zoltán)
  
 -11 Jun 2020, PHP 7.3.19
 +11 Jun 2020, PHP 7.4.7
  
  - Core:
 +  . Fixed bug #79599 (coredump in set_error_handler). (Laruence)
    . Fixed bug #79566 (Private SHM is not private on Windows). (cmb)
    . Fixed bug #79489 (.user.ini does not inherit). (cmb)
 +  . Fixed bug #79600 (Regression in 7.4.6 when yielding an array based
 +    generator). (Nikita)
 +
 +- FFI:
 +  . Fixed bug #79571 (FFI: var_dumping unions may segfault). (cmb)
  
  - GD:
    . Fixed bug #79615 (Wrong GIF header written in GD GIFEncode). (sageptr, cmb)
Simple merge