]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 3 Jun 2000 02:15:13 +0000 (02:15 +0000)
committer <changelog@php.net> <>
Sat, 3 Jun 2000 02:15:13 +0000 (02:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index aa63cbcdb9db9ffe247358292afefe8d5f0e7e34..f1b584ed3db7ad0ccaac9c750dbfff1df39e9180 100644 (file)
--- 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)