summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-01-07 01:35:24 +0000
committer <changelog@php.net>2005-01-07 01:35:24 +0000
commit1c9200da92d0652cd6f05d98955b5a5668890bfc (patch)
treee500ed25299bd40070b9306717548f663b356600
parent10696169b260d32f1b4138762d7a3c488a35fdf3 (diff)
downloadphp-git-1c9200da92d0652cd6f05d98955b5a5668890bfc.tar.gz
ChangeLog update
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e533ed1425..f537f0ab05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-01-06 Joe Orton <jorton@redhat.com>
+
+ * (PHP_4_3)
+ NEWS
+ NEWS
+ ext/curl/curl.c
+ ext/curl/interface.c:
+ MFH: - Fixed bug #31413 (curl POSTFIELDS crashes on 64-bit platforms).
+
+2005-01-06 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * (PHP_5_0)
+ ext/session/mod_files.c:
+ Revert. This is always 1.
+
2005-01-05 Joe Orton <jorton@redhat.com>
* ext/curl/interface.c: