summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2005-05-02 00:36:00 +0000
committer <changelog@php.net>2005-05-02 00:36:00 +0000
commitfe523b9a9b8ea3c7de165d496bd856e18132b03c (patch)
tree365eac989e8e742ef025532ff652bf32224b9923 /ChangeLog
parent8209835e5a8bf98611011ec08d0eeb198c590c0b (diff)
downloadphp-git-fe523b9a9b8ea3c7de165d496bd856e18132b03c.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34569fbbf8..091978a858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2005-05-01 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_0)
+ NEWS
+ ext/standard/html.c:
+ MFH: Fixed bug #32608 (html_entity_decode() converts single quotes even if
+ ENT_NOQUOTES is given).
+
+ * ext/standard/html.c:
+ Fixed bug #32608 (html_entity_decode() converts single quotes even if
+ ENT_NOQUOTES is given).
+
+2005-05-01 Pierre-Alain Joye <pierre@dotgeek.org>
+
+ * ext/gd/libgd/gd.c:
+ - MFB: #32891, init old y positions to non possible values. -1 being used
+ if the center start a (x,0)
+
+ * (PHP_5_0)
+ ext/gd/libgd/gd.c:
+ - MFB: #32891, init old y positions to non possible values. -1 being used
+ if the center start a (x,0)
+
+ * (PHP_4_3)
+ ext/gd/libgd/gd.c:
+ - #32891, init old y positions to non possible values. -1 being used if the
+ center start a (x,0)
+
2005-04-30 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_4_3)