From: Anatol Belski Date: Wed, 5 Feb 2014 09:51:08 +0000 (+0100) Subject: move the NEWS entry into the right section X-Git-Tag: php-5.6.0alpha2~1^2~15^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=918f626d97b4161d5c964a302086181e506a36b5;p=php move the NEWS entry into the right section --- diff --git a/NEWS b/NEWS index da7b17841f..625dd58855 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ PHP NEWS . Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch). (Ondřej Hošek) +- PCRE: + . Upgraded to PCRE 8.34. (Anatol) + ?? ??? 2014, PHP 5.5.9 - Core: @@ -26,9 +29,6 @@ PHP NEWS . Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend). (Laruence) -- PCRE: - . Upgraded to PCRE 8.34. (Anatol) - - PDO_pgsql: . Fixed bug #62479 (PDO-psql cannot connect if password contains spaces) (willfitch, iliaa)