summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-05-27 12:28:41 +0000
committerDerick Rethans <derick@php.net>2004-05-27 12:28:41 +0000
commitab34eb7330405ffeea2566459b55edc1289ab8bc (patch)
treef8294785edce7a272d28a3773602cd211b955bbc
parentd470f935064bb64868789f7764c933dac7cfb187 (diff)
downloadphp-git-ab34eb7330405ffeea2566459b55edc1289ab8bc.tar.gz
Put similar items next to eachother
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 841ad906b3..88a95df6df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,15 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
27 May 2004, PHP 5 Release Candidate 3
-- Fixed problem with exceptions returning from include(). (Dmitry)
-- Changed class type hints for function parameters to not allow the passing of
- NULL values.
-- Fixed memory leak in memory manager. (Andi)
- 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 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)
+- Fixed memory leak in memory manager. (Andi)
+- Fixed problem with exceptions returning from include(). (Dmitry)
- Fixed bug #28311 (Transparency detection code is off by 1).
(Ilia, pikeman at pikeman dot sytes dot net)
- Fixed bug #28304 (Missing bounds check inside imagefilter()). (Ilia)