]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 11 Jul 2019 11:10:41 +0000 (13:10 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 11 Jul 2019 11:11:08 +0000 (13:11 +0200)
* PHP-7.3:
  Fix #78212: Segfault in built-in webserver

1  2 
NEWS
win32/wsyslog.c

diff --cc NEWS
index fba0c6bbfd65b9c2c66556c5a98a71c24e924bae,59e80108ff7da48764728a4449809e4e1810ae19..42d38f3f405ff8f7e924c0f9f5331c826100fd53
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,23 -1,15 +1,25 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 7.3.8
 +?? ??? ????, PHP 7.4.0beta1
  
 -  . Added syslog.filter=raw option. (Erik Lundin)
+ - Core:
+   . Fixed bug #78212 (Segfault in built-in webserver). (cmb)
  
 +11 Jul 2019, PHP 7.4.0alpha3
 +
 +- Core:
 +  . Fixed bug #78239 (Deprecation notice during string conversion converted to
 +    exception hangs). (Nikita)
 +  . Implemented FR #77230 (Support custom CFLAGS and LDFLAGS from environment).
 +    (cmb)
 +
  - Date:
 -  . Fixed #69044 (discrepency between time and microtime). (krakjoe)
    . Updated timelib to 2018.02. (Derick)
  
 +- Fileinfo:
 +  . Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
 +   (Anatol)
 +
  - LiteSpeed:
    . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
      100 to 1000, added crash handler to cleanly shutdown PHP request, added
diff --cc win32/wsyslog.c
Simple merge