]> granicus.if.org Git - php/commitdiff
mysql fix
authorStanislav Malyshev <stas@php.net>
Mon, 18 Jun 2007 22:06:33 +0000 (22:06 +0000)
committerStanislav Malyshev <stas@php.net>
Mon, 18 Jun 2007 22:06:33 +0000 (22:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5b8f209ab49d2adbad3944d50b7e2ba3e52190a5..85dd77e9b3fa67c790af0df0c37b52c23bb50d39 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,8 @@ PHP                                                                        NEWS
 - Fixed money_format() not to accept multiple %i or %n tokens. (Stas, Ilia)
 - Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.
   (Ilia)
+- Fixed INFILE LOCAL option handling with MySQL - now not allowed when 
+  open_basedir or safe_mode is active (Stas)
 
 - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory 
   already exists). (Pierre)