From: Stanislav Malyshev Date: Mon, 18 Jun 2007 22:06:33 +0000 (+0000) Subject: mysql fix X-Git-Tag: php-5.2.4RC1~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d754185df26d9e3882baa02e6b64e4216471fd2;p=php mysql fix --- diff --git a/NEWS b/NEWS index 5b8f209ab4..85dd77e9b3 100644 --- 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)