From: Andi Gutmans Date: Tue, 1 Jun 2004 11:47:14 +0000 (+0000) Subject: - NEWS X-Git-Tag: php-5.0.0RC3RC2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f34d891f55dada46ae163279412083827c8205e;p=php - NEWS --- diff --git a/NEWS b/NEWS index fbb5c4596f..a17537ed28 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 27 May 2004, PHP 5 Release Candidate 3 +- Changed user error handler mechanism to relay to built-in error handler if it + returns false. (Andrei) - Moved the PDFLib extension to PECL. (Wez) - Added support for dumping private/protected properties to var_dump(). (Andrey)