summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa5200ce84..a4dd406354 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,11 @@ PHP NEWS
. Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
(John Stevenson)
+- 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: