summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-06-01 11:54:00 +0000
committerDerick Rethans <derick@php.net>2004-06-01 11:54:00 +0000
commit0ede231c761a7a9369aee2e0c8dff8f0c5a49e0d (patch)
treed165105893ff4fb03988614e69ca0eb84d487468
parent6f34d891f55dada46ae163279412083827c8205e (diff)
downloadphp-git-0ede231c761a7a9369aee2e0c8dff8f0c5a49e0d.tar.gz
- Reorder
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a17537ed28..c2af35fae3 100644
--- 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)