summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-08-18 15:18:50 +0000
committerPierre Joye <pajoye@php.net>2009-08-18 15:18:50 +0000
commit26f27ad7a838fc8eaa16852d8ec17c2230f18ed1 (patch)
treeff62037ef6a88fc5e9c7aaf962ae51c0ee01ea8b
parentad3f197c55d6ef6958ae97cd3893f05a830b4499 (diff)
downloadphp-git-26f27ad7a838fc8eaa16852d8ec17c2230f18ed1.tar.gz
- fix NEWS
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6ecab7e8b9..c0962f3594 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,6 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2009, PHP 5.3.1
-- Fix for bug #49223 Inconsistency using get_defined_constants (Garrett)
-
- Upgraded bundled sqlite to version 3.6.17. (Scott)
- Added missing sanity checks around exif processing. (Ilia)
@@ -28,6 +26,7 @@ PHP NEWS
- Fixed bug #49269 (Ternary operator fails on Iterator object when used inside
foreach declaration). (Etienne, Dmitry)
- Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)). (Jani)
+- Fixed bug #49223 (Inconsistency using get_defined_constants). (Garrett)
- Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies
wrong type in declaration). (Ilia)
- Fixed bug #49183 (dns_get_record does not return NAPTR records). (Pierre)