]> granicus.if.org Git - php/commitdiff
- Move some entries to 5.3
authorJani Taskinen <jani@php.net>
Tue, 6 Nov 2007 09:45:24 +0000 (09:45 +0000)
committerJani Taskinen <jani@php.net>
Tue, 6 Nov 2007 09:45:24 +0000 (09:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index dfc97825ef8ba2f8c45b015c891d2d6241e31863..f437e25c22775bcd2713c6c4f2cdfa2d0687d9b5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,8 +37,6 @@ PHP                                                                        NEWS
   . Added support for OpenSSL digest functions
   . Added support for OpenSSL cipher functions
   . Added access to internal values of DSA, RSA and DH keys
-- Improved and cleaned CGI code. FastCGI is now always enabled and can not be
-  disabled. See sapi/cgi/CHANGES for more details. (Dmitry)
 - Improved ext/zlib; re-implemented non-file related functionality. (Mike)
 - Improved output layer; see README.NEW-OUTPUT-API for internals. (Mike)
 - Improved ext/mhash: (Mike)
@@ -53,7 +51,6 @@ PHP                                                                        NEWS
 - Added an optional parameter to strstr() and stristr() for retrieval of either
   the part of haystack before or after first occurrence of needle. (Johannes)
 - Added streams features:
-  . Context parameter for copy() function. (Sara)
   . Second optional parameter to stream_context_create() to
     set params during context creation. (Sara)
   . "context" and "binary_pipes" params in "other_options" arg. (Sara)