summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-18 00:02:35 +0000
committerfoobar <sniper@php.net>2005-12-18 00:02:35 +0000
commit5da39c99c63f8f88c63a544f03bd73587d6c4d2d (patch)
tree8c3dd3963a973426f053fbedb314700bde8433d4
parent58bd1ac860a020d3dcc65ba90b6252fdf3ac9780 (diff)
downloadphp-git-5da39c99c63f8f88c63a544f03bd73587d6c4d2d.tar.gz
fix news
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index bba1fdde2f..04496c61d0 100644
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,7 @@ PHP NEWS
- Added new extensions: (Ilia, Wez)
. XMLWriter
. Hash
-- Fixed memory corruption when FETCH_LAZY mode is being used. (Ilia)
-- Safely handle prepared statement name conflicts in PDO_PGSQL. (Thies, Ilia)
-- Fixed possible leaks in imagecreatefromstring with invalid data (Pierre)
- Added PNG compression support to GD extension. (Pierre)
-- Fixed possible memory corruption inside mb_strcut(). (Ilia)
- Added reflection constants as class constants. (Johannes)
- Added --enable-gcov configure option to enable C-level code coverage.
(John, Jani, Ilia, Marcus)
@@ -24,6 +20,10 @@ PHP NEWS
. Fixed isset/empty/(bool) behavior
. Fixed iterator edge cases
. Added methods getNamespaces(), getDocNamespaces()
+- Fixed prepared statement name conflict handling in PDO_PGSQL. (Thies, Ilia)
+- Fixed memory corruption when FETCH_LAZY mode is being used. (Ilia)
+- Fixed possible leaks in imagecreatefromstring() with invalid data. (Pierre)
+- Fixed possible memory corruption inside mb_strcut(). (Ilia)
- Fixed possible header injection by limiting each header to a single line.
(Ilia)
- Fixed possible XSS inside error reporting functionality. (Ilia)