From 4e1b2bcc591c46c539e440b232f488265ad41065 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 4 Mar 2019 13:50:44 +0100 Subject: Fix NEWS order --- NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 938ed21fc0..96212c2370 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,11 @@ PHP NEWS . Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte). (Nikita) +- 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) + - OpenSSL: . Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS records). (Abyl Valg, Jakub Zelenka) @@ -56,11 +61,6 @@ PHP NEWS . Fixed bug #77612 (setcookie() sets incorrect SameSite header if all of its options filled). (Nikita) -- 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: -- cgit v1.2.1