From: andrey Date: Thu, 3 May 2012 11:02:34 +0000 (+0200) Subject: here comes the news X-Git-Tag: php-5.5.0alpha1~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ce37188cd06d498049d009af3db579ebe0ce298;p=php here comes the news --- diff --git a/NEWS b/NEWS index ff5a31d5c0..42c2f834ca 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,10 @@ PHP NEWS still exists for backward compatibility but is doing nothing). (Pierrick) . Fixed bug #54995 (Missing CURLINFO_RESPONSE_CODE support). (Pierrick) +- MySQLi + . Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql. + Known for stability problems. (Andrey) + - PCRE: . Deprecated the /e modifier (https://wiki.php.net/rfc/remove_preg_replace_eval_modifier). (Nikita Popov)