summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2008-01-28 08:55:19 +0000
committerDmitry Stogov <dmitry@php.net>2008-01-28 08:55:19 +0000
commit8d7d8bd018c8a085ca5fbfaf526c83d73f204c5a (patch)
treea562ef922f041280addc65e1dd86d3112a959cab
parent4b7f5f96309a6d70c1036d5a3f2c32ec32553b61 (diff)
downloadphp-git-8d7d8bd018c8a085ca5fbfaf526c83d73f204c5a.tar.gz
Better message
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aec23fe3ff..1dc1538fc9 100644
--- 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)