From b4cb9fb090d5df8625db99dcf570b3ded7b50205 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 6 Nov 2007 09:45:24 +0000 Subject: [PATCH] - Move some entries to 5.3 --- NEWS | 3 --- 1 file changed, 3 deletions(-) diff --git a/NEWS b/NEWS index dfc97825ef8..f437e25c227 100644 --- 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)