summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-03-04 13:50:44 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-03-04 13:50:44 +0100
commit4e1b2bcc591c46c539e440b232f488265ad41065 (patch)
tree703ef72ebb4afc0807ec9039f0e518d2b5ea6d52
parent4490467c2e1580febfe453485bf528186db6fe00 (diff)
downloadphp-git-4e1b2bcc591c46c539e440b232f488265ad41065.tar.gz
Fix NEWS order
-rw-r--r--NEWS10
1 files 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: