]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorDarek Slusarczyk <dariusz.slusarczyk@oracle.com>
Mon, 11 Feb 2019 17:18:57 +0000 (18:18 +0100)
committerDarek Slusarczyk <dariusz.slusarczyk@oracle.com>
Mon, 11 Feb 2019 17:18:57 +0000 (18:18 +0100)
1  2 
NEWS
ext/mysqli/mysqli.c
ext/mysqli/tests/061.phpt
ext/mysqli/tests/bug68077.phpt
ext/mysqli/tests/mysqli_constants.phpt
ext/mysqli/tests/mysqli_info.phpt
ext/mysqli/tests/mysqli_real_connect.phpt
ext/mysqlnd/mysqlnd_connection.c
ext/pdo_mysql/mysql_driver.c

diff --cc NEWS
index 8f3e10e09a7ba0248f61ae4fabea9b38944432fc,a4dd4063542bb604ad7b5dc55bd7eb5794a5d769..0d758659a8e5c07b23becbce1d4f1ca9974b08bb
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -37,24 -18,18 +37,29 @@@ PH
    . Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
      (John Stevenson)
  
 -07 Feb 2019, PHP 7.2.15
+ - MySQL
+   . Disabled LOCAL INFILE by default, can be enabled using php.ini directive
+     mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
+     attribute for pdo_mysql. (Darek Slusarczyk)
 +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 #77494 (Disabling class causes segfault on member access).
 -    (Dmitry)
 -  . Fixed bug #77530 (PHP crashes when parsing `(2)::class`). (Ekin)
 +  . 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
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge