]> granicus.if.org Git - php/commitdiff
- Reorder
authorDerick Rethans <derick@php.net>
Tue, 1 Jun 2004 11:54:00 +0000 (11:54 +0000)
committerDerick Rethans <derick@php.net>
Tue, 1 Jun 2004 11:54:00 +0000 (11:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a17537ed28f4933a269afed96cd84fd1b6c89dc7..c2af35fae3b5390f4909b1cdf4abdc8c274c4486 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
 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)
 - Added count() support for COM arrays. (Wez)
+- Changed user error handler mechanism to relay to built-in error handler if it
+  returns false. (Andrei)
 - Changed class type hints for function parameters to not allow the passing of
   NULL values. (Andi)
 - Changed tidy_node to tidyNode and removed tidy_exception. (John)