]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorDmitry Stogov <dmitry@php.net>
Mon, 15 May 2006 15:38:46 +0000 (15:38 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 15 May 2006 15:38:46 +0000 (15:38 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5eb604ae52a38334ae3f19e4bb41e1117093863c..ba84b0265484f2dc2a2b06f19b486b1f2ec155c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2006, PHP 5.2.0
+- Optimized require_once/include_once (eliminated fopen() on second usage).
+  (Dmitry)
+- Optimized request shutdown seequence. Restoring ini directives now does
+  iteration only over modified directives instead of all. (Dmitry)
+- FastCGI SAPI improved. (Dmitry)
+  . Remived source compatibility with libfcgi
+  . Optimized acess to FastCGI environment variables using HashTable instead
+    of linear search
+  . Allowed PHP_FCGI_MAX_REQUESTS=0, that assumes no limit
+  . Allowed PHP_FCGI_CHILDREN=0, that assumes no worker children (FastCGI
+    requests are handled by main process itself).
 - Added new error mode E_RECOVERABLE_ERROR. (Derick, Marcus, Tony)
 - Added support for getenv() input filtering. (Rasmus)
 - Removed ze1 compatibility mode. (Marcus)