From 740285307d8738d05679ff4c3fb38aec275ab4fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Fri, 17 Jun 2011 16:33:54 +0000 Subject: [PATCH] - Minor NEWS cleanup # entrys are sentences and end with a full stop. # PCRE and SQLite updates will hopefully released w/ 5.3 first (and the listed # version numbers are outdated already) --- NEWS | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 93ec4116c6..390ded0f3f 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 201?, PHP 5.4.0 -- Upgraded bundled Sqlite3 to version 3.7.4. (Ilia) -- Upgraded bundled PCRE to version 8.10. (Ilia) - autoconf 2.59+ is now supported (and required) for generating the configure script with ./buildconf. Autoconf 2.60+ is desirable otherwise the configure help order may be incorrect. (Rasmus, Chris Jones) @@ -37,7 +35,7 @@ PHP NEWS - General improvements: . Added multibyte support by default. Previously php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled through - zend.multibyte directive in php.ini (Dmitry) + zend.multibyte directive in php.ini. (Dmitry) . Removed compile time dependency from ext/mbstring (Dmitry) . Added support for Traits. (Stefan) . Added closure $this support back. (Stas) @@ -87,7 +85,7 @@ PHP NEWS - Improved Zend Engine, performance tweaks and optimizations: (Dmitry) . Inlined most probable code-paths for arithmetic operations directly into - executor + executor. . Eliminated unnecessary iterations during request startup/shutdown. . Changed $GLOBALS into a JIT autoglobal, so it's initialized only if used. (this may affect opcode caches!) @@ -209,7 +207,7 @@ PHP NEWS . Added RegexIterator::getRegex() method. (Joshua Thijssen) . Added SplObjectStorage::getHash() hook. (Etienne) . Added SplFileInfo::getExtension(). FR #48767. (Peter Cowburn) - . Added CallbackFilterIterator and RecursiveCallbackFilterIterator (Arnaud) + . Added CallbackFilterIterator and RecursiveCallbackFilterIterator. (Arnaud) - Improved ZLIB extension: . Re-implemented non-file related functionality. (Mike) -- 2.50.1