]> granicus.if.org Git - php/commitdiff
cleanup
authorfoobar <sniper@php.net>
Tue, 27 Aug 2002 00:25:39 +0000 (00:25 +0000)
committerfoobar <sniper@php.net>
Tue, 27 Aug 2002 00:25:39 +0000 (00:25 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7f2489f0918f5f2b387210ffdde80fbd2925ffd9..0bc9ed2f401662150d70a4ade97c21b866a0cb30 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,9 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
-- Changed regression tests produce selectable error reports. The tests now
-  recognize environment variable TEST_PHP_LOG_FORMAT which can
-  contain O and E for old style .out and .exp files, L for new .log format and
-  D for an internal diff format that does not require systems diff. (Marcus)
-- Use escape_shell_cmd() to allow multiple extra parameters to the
-  invocation of the mailer as used in the fifth parameter to mail(). (Derick)
-- PHP's cURL extention now requires cURL version 7.9.8 (Derick)
+- Changed mail() to Use escape_shell_cmd() to allow multiple extra parameters 
+  to the invocation of the mailer as used in the fifth parameter. (Derick)
+- Changed cURL extension to require cURL version 7.9.8 (Derick)
 - Added zend_execute_internal which is called like zend_execute but for
   internal functions. (Thies)
 - Changed pg_connection_status(), pg_connection_reset(), pg_connection_busy(),