]> granicus.if.org Git - php/commitdiff
Better message
authorDmitry Stogov <dmitry@php.net>
Mon, 28 Jan 2008 08:55:19 +0000 (08:55 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 28 Jan 2008 08:55:19 +0000 (08:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index aec23fe3ff4e51c2edbb13aef6f435a6dbd0ab4a..1dc1538fc98317a81d7c0a56190097c1db47c4fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,8 @@ PHP                                                                        NEWS
 
 - Removed the experimental RPL (master/slave) functions from mysqli. (Andrey)
 
+- Improved engine stack implementation for better performance and stability.
+  (Dmitry)
 - Improved php.ini handling: (Jani)
   . Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI
   . Added support for special [PATH=/opt/httpd/www.example.com/] and 
@@ -82,7 +84,6 @@ PHP                                                                        NEWS
   (Dmitry, Pierre)
 - Added lcfirst() function. (David C)
 
-- Changed EG(argument_stack) implementation. (Dmitry)
 - Changed exception handling. Now each op_array doesn't contain
   ZEND_HANDLE_EXCEPTION opcode in the end. (Dmitry)