]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorJakub Zelenka <bukka@php.net>
Fri, 25 Jan 2019 14:16:08 +0000 (14:16 +0000)
committerJakub Zelenka <bukka@php.net>
Fri, 25 Jan 2019 14:16:08 +0000 (14:16 +0000)
1  2 
NEWS
ext/openssl/xp_ssl.c

diff --cc NEWS
index 2a77346cc29455c2e4454ff04b288d3ec4089b08,348591735097896c1147e9e0ab3e4a4e747eb091..4fbed9e28f97e17a108c0af31a520bbe76eecc93
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,39 -1,11 +1,43 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2019, PHP 7.2.15
 +?? ??? ????, PHP 7.3.3
  
  - Core:
 -  . Fixed bug #77339 (__callStatic may get incorrect arguments). (Dmitry)
    . Fixed bug #77494 (Disabling class causes segfault on member access).
      (Dmitry)
 +  . Fixed bug #77498 (Custom extension Segmentation fault when declare static
 +    property). (Nikita)
 +
 +- Mbstring:
 +  . Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).
 +    (Nikita)
 +
 +- Opcache:
 +  . Fixed bug #77287 (Opcache literal compaction is incompatible with EXT
 +    opcodes). (Nikita)
 +
++- OpenSSL:
++  . Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
++    records). (Abyl Valg, Jakub Zelenka)
++
 +07 Feb 2019, 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)
 +  . Fixed bug #77484 (Zend engine crashes when calling realpath in invalid
 +    working dir). (Anatol)
  
  - Curl:
    . Fixed bug #76675 (Segfault with H2 server push). (Pedro Magalhães)
Simple merge