From: Date: Sat, 3 Jun 2000 02:15:13 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93d51636f7c4fd0d541e753a3692fce786b9d9fe;p=php NEWS update --- diff --git a/NEWS b/NEWS index aa63cbcdb9..f1b584ed3d 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Added set_error_handler() to allow custom error handling functions, + instead of the built-in error handling code (Zeev, Zend Engine) +- Renamed user_error() to trigger_error(); user_error() remains + defined for compatibility (Zeev, Zend Engine) - Fix the global/static statements to require a trailing terminating semi-colon ';'. (Andi, Zend Engine) - Cleaned up PCRE extension and made it binary-safe. (Andrei)