]> granicus.if.org Git - php/commitdiff
Fugbix NEWS entries.
authorSebastian Bergmann <sebastian@php.net>
Mon, 15 May 2006 16:03:41 +0000 (16:03 +0000)
committerSebastian Bergmann <sebastian@php.net>
Mon, 15 May 2006 16:03:41 +0000 (16:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 306b7a251415d144528d95fe0466b937d8276641..5be20aedce0f19476899cce0cb714ecabcfbe9f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,11 @@ 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)
+- Optimized request shutdown sequence. Restoring ini directives now
+  iterated over modified directives only instead of all. (Dmitry)
 - FastCGI SAPI improved. (Dmitry)
   . Removed source compatibility with libfcgi
-  . Optimized acess to FastCGI environment variables using HashTable instead
+  . Optimized access 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