dmitry          Mon Jan 28 08:55:19 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  Better message
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.90&r2=1.2027.2.547.2.965.2.91&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.90 
php-src/NEWS:1.2027.2.547.2.965.2.91
--- php-src/NEWS:1.2027.2.547.2.965.2.90        Sun Jan 27 18:07:20 2008
+++ php-src/NEWS        Mon Jan 28 08:55:19 2008
@@ -50,6 +50,8 @@
 
 - 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 @@
   (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)
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to