]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1' into PHP-7.2
authorDarek Slusarczyk <dariusz.slusarczyk@oracle.com>
Mon, 11 Feb 2019 17:08:21 +0000 (18:08 +0100)
committerDarek Slusarczyk <dariusz.slusarczyk@oracle.com>
Mon, 11 Feb 2019 17:08:21 +0000 (18:08 +0100)
1  2 
NEWS
ext/mysqli/mysqli.c
ext/mysqli/tests/061.phpt
ext/mysqli/tests/mysqli_constants.phpt
ext/mysqli/tests/mysqli_get_client_stats.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 fa5200ce845abbe2d4a89a11f874493f16da6b3b,abee4e78e1ed0d77f438f011afa143a4788ecdbb..a4dd4063542bb604ad7b5dc55bd7eb5794a5d769
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,79 -1,13 +1,84 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2019, PHP 7.1.27
 +?? ??? 2019, PHP 7.2.16
 +
 +- Core:
 +  . Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
 +    (Laruence)
 +
 +- PDO_OCI:
 +  . Support Oracle Database tracing attributes ACTION, MODULE,
 +    CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
 +
 +- SPL:
 +  . Fixed bug #51068 (DirectoryIterator glob:// don't support current path
 +    relative queries). (Ahmed Abdou)
 +
 +- Standard:
 +  . Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
 +    (John Stevenson)
  
 -10 Jan 2019, PHP 7.1.26
+ - 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.2.15
 +
 +- Core:
 +  . 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)
 +
 +- Curl:
 +  . Fixed bug #76675 (Segfault with H2 server push). (Pedro Magalhães)
 +
 +- GD:
 +  . Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).
 +    (cmb)
 +  . Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies). (cmb)
 +  . Fixed bug #77272 (imagescale() may return image resource on failure). (cmb)
 +  . Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
 +  . Fixed bug #77479 (imagewbmp() segfaults with very large images). (cmb)
 +
 +- ldap:
 +  . Fixed bug #77440 (ldap_bind using ldaps or ldap_start_tls()=exception in
 +    libcrypto-1_1-x64.dll). (Anatol)
 +
 +- Mbstring:
 +  . Fixed bug #77454 (mb_scrub() silently truncates after a null byte).
 +    (64796c6e69 at gmail dot com)
 +
 +- MySQLnd:
 +  . Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has
 +    no external visibility). (Anatol)
 +
 +- Opcache:
 +  . Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
 +    (Kevin Adler)
 +
 +- OpenSSL:
 +  . Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
 +    records). (Abyl Valg, Jakub Zelenka)
 +
 +- PDO:
 +  . Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO
 +    failure). (Nikita)
 +
 +- phpdbg:
 +  . Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)
 +
 +- Sockets:
 +  . Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address
 +    on MacOS). (Michael Meyer)
 +
 +- Standard:
 +  . Fixed bug #77395 (segfault about array_multisort). (Laruence)
 +  . Fixed bug #77439 (parse_str segfaults when inserting item into existing
 +    array). (Nikita)
 +
 +10 Jan 2019, PHP 7.2.14
  
  - Core:
    . Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge