]> granicus.if.org Git - php/commitdiff
Fix it back..(what was that commit????)
authorfoobar <sniper@php.net>
Sat, 31 Aug 2002 14:04:29 +0000 (14:04 +0000)
committerfoobar <sniper@php.net>
Sat, 31 Aug 2002 14:04:29 +0000 (14:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 55982868a95b1447413f3a9332aa902342b99a77..3c7c753909927273d445660c2c47f560926f757c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,17 +2,10 @@ PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
 - Added html-free phpinfo() output for CLI. (Jan)
-- Made EXIF (digital camera) extension enabled by default. (Marcus)
 - Fixed socket_recvfrom() to be binary safe. (Jason)
-- 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)
 - 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)
-- Expanded ob_start() to allow object parameters without methodnames and
-  use default method __output_handler(). (Marcus)
 - 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(),