From: Date: Tue, 27 Aug 2002 00:21:34 +0000 (+0000) Subject: NEWS update X-Git-Tag: RELEASE_0_91~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=276e0472e29d78d0971f2546c59b1c141213e1b6;p=php NEWS update --- diff --git a/NEWS b/NEWS index 844d248d0d..7f2489f091 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ 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) - Added zend_execute_internal which is called like zend_execute but for internal functions. (Thies)