]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 12 May 2020 09:48:11 +0000 (11:48 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 12 May 2020 09:48:36 +0000 (11:48 +0200)
* PHP-7.3:
  Fix #79489: .user.ini does not inherit

1  2 
NEWS
sapi/cgi/cgi_main.c

diff --cc NEWS
index f9f43768d10f6ecee46feaa38fa2d068b03487ab,af9ac57ff226e68802a737ff9685d3beac56d7f6..345c2bad68108aca3207fafcbf6639a189f513ed
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -4,13 -4,11 +4,14 @@@ PH
  
  - Core:
    . Fixed bug #79566 (Private SHM is not private on Windows). (cmb)
+   . Fixed bug #79489 (.user.ini does not inherit). (cmb)
  
 -- Opcache:
 -  . Fixed bug #79535 (PHP crashes with specific opcache.optimization_level).
 -    (Nikita)
 +- FFI:
 +  . Fixed bug #79571 (FFI: var_dumping unions may segfault). (cmb)
 +
 +- SimpleXML:
 +  . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
 +    7.4.4). (cmb)
  
  - Standard:
    . Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)
Simple merge