summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-06-01 11:47:14 +0000
committerAndi Gutmans <andi@php.net>2004-06-01 11:47:14 +0000
commit6f34d891f55dada46ae163279412083827c8205e (patch)
tree508d269fdca727e09a15b508a3afdbaffcb1ff55
parent2e19f82a7fee10736cc33337bd0b8662ff341fc7 (diff)
downloadphp-git-6f34d891f55dada46ae163279412083827c8205e.tar.gz
- NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)