From: Remi Collet Date: Thu, 6 Mar 2014 09:53:07 +0000 (+0100) Subject: Fix NEWS for 5.5.11 fix (really not in 5.5.10) X-Git-Tag: php-5.5.11RC1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cab1894b8180eb09f1cc0df6330b4d268fd126d0;p=php Fix NEWS for 5.5.11 fix (really not in 5.5.10) --- diff --git a/NEWS b/NEWS index 744e208a9b..85f2a97e65 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,14 @@ PHP NEWS . Allow zero length comparison in substr_compare() (Tjerk) . Fixed bug #60602 (proc_open() changes environment array) (Tjerk) +- GD: + . Fixed bug #66714 ( imageconvolution breakage). (Brad Daily) + +- OPCache + . Added function opcache_is_script_cached(). (Danack) + . Added information about interned strings usage. (Terry, Julien, Dmitry) + + 06 Mar 2014, PHP 5.5.10 - Core: @@ -34,7 +42,6 @@ PHP NEWS (Github PR# 598, Paul Annesley) - GD - . Fixed bug #66714 ( imageconvolution breakage). (Brad Daily) . Fixed Bug #66815 (imagecrop(): insufficient fix for NULL defer CVE-2013-7327). (Tomas Hoger, Remi) @@ -46,10 +53,6 @@ PHP NEWS . Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch). (Ondřej Hošek) -- OPCache - . Added function opcache_is_script_cached(). (Danack) - . Added information about interned strings usage. (Terry, Julien, Dmitry) - - Openssl: . Fixed bug #66501 (Add EC key support to php_openssl_is_private_key). (Mark Zedwood)