]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 18 Jan 2019 11:04:33 +0000 (12:04 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 18 Jan 2019 11:05:11 +0000 (12:05 +0100)
1  2 
NEWS
ext/curl/multi.c

diff --cc NEWS
index c79de37e9cfa2abba6f18bfc00d5b019ce879418,d337e7f3c88a5a6a5c0dbdb16b24b83c6dc317a7..228c371c3ed2fc08e9103fee0a7afa6d26767359
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,30 -1,13 +1,33 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2019, PHP 7.2.15
 +?? ??? ????, PHP 7.3.2
  
  - Core:
 +  . Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
 +  . Fixed bug #77387 (Recursion detection broken when printing GLOBALS).
 +    (Laruence)
 +  . Fixed bug #77376 ("undefined function" message no longer includes
 +    namespace). (Laruence)
 +  . Fixed bug #77357 (base64_encode / base64_decode doest not work on nested
 +    VM). (Nikita)
    . Fixed bug #77339 (__callStatic may get incorrect arguments). (Dmitry)
 +  . Fixed bug #77317 (__DIR__, __FILE__, realpath() reveal physical path for
 +    subst virtual drive). (Anatol)
 +  . Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator). (Dmitry)
 +  . Fixed bug #77447 (PHP 7.3 built with ASAN crashes in
 +    zend_cpu_supports_avx2). (Nikita)
  
+ - Curl:
+   . Fixed bug #76675 (Segfault with H2 server push). (Pedro Magalhães)
 +- Fileinfo:
 +  . Fixed bug #77346 (webm files incorrectly detected as
 +    application/octet-stream). (Anatol)
 +
 +- FPM:
 +  . Fixed bug #77430 (php-fpm crashes with Main process exited, code=dumped,
 +    status=11/SEGV). (Jakub Zelenka)
 +
  - GD:
    . Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).
      (cmb)
Simple merge