From: Remi Collet Date: Thu, 6 Mar 2014 09:55:10 +0000 (+0100) Subject: Fix order in NEWS X-Git-Tag: php-5.5.11RC1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70dd3f1731cfd04334577a69b52336a2ecdb029d;p=php Fix order in NEWS --- diff --git a/NEWS b/NEWS index 8ee3e66a08..d547a52640 100644 --- a/NEWS +++ b/NEWS @@ -2,23 +2,23 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2014, PHP 5.5.11 -- MySQLi: - . Fixed bug #66762i (Segfault in mysqli_stmt::bind_result() when link closed) - (Remi) - -- Mail: - . Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk) - -- cURL: - . Fixed bug #66109 (Can't reset CURLOPT_CUSTOMREQUEST to default behaviour) (Tjerk) - - Core: . Allow zero length comparison in substr_compare() (Tjerk) . Fixed bug #60602 (proc_open() changes environment array) (Tjerk) +- cURL: + . Fixed bug #66109 (Can't reset CURLOPT_CUSTOMREQUEST to default behaviour) (Tjerk) + - GD: . Fixed bug #66714 ( imageconvolution breakage). (Brad Daily) +- Mail: + . Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk) + +- MySQLi: + . Fixed bug #66762i (Segfault in mysqli_stmt::bind_result() when link closed) + (Remi) + - OPCache . Added function opcache_is_script_cached(). (Danack) . Added information about interned strings usage. (Terry, Julien, Dmitry)