summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-07-24 00:32:58 +0000
committer <changelog@php.net>2004-07-24 00:32:58 +0000
commit49e31e4b0fd3dcfd54078fe99cf02190d5bc645c (patch)
treebec559e568d66595105619db83ed9f759f4311eb
parentd1b29ad4c262df3b0932e2253c376415830e6dc3 (diff)
downloadphp-git-49e31e4b0fd3dcfd54078fe99cf02190d5bc645c.tar.gz
ChangeLog update
-rw-r--r--ChangeLog54
-rw-r--r--Zend/ChangeLog5
2 files changed, 59 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6a1846b06..3d550ff131 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2004-07-23 Andi Gutmans <andi@zend.com>
+
+ * ext/standard/tests/time/001.phpt:
+ - There's no reason why gettimeofday() shouldn''t return the same time in
+ successive calls; this test fails spuriously on Linux/x86_64 (which has
+ a particularly fast gettimeofday() implementation).
+ - Joe Orton <jorton@redhat>
+
+2004-07-23 Georg Richter <georg@mysql.com>
+
+ * (PHP_5_0)
+ ext/mysqli/mysqli_fe.c
+ ext/mysqli/tests/bug29311.phpt:
+ fixed bug #29311
+
+ * NEWS
+ ext/mysqli/mysqli.c
+ ext/mysqli/mysqli_fe.c
+ ext/mysqli/tests/bug29311.phpt:
+ fixed bug #29311
+ added support for Cursors (MySQL 5.0.x)
+
+2004-07-23 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ZendEngine2/zend_execute.c:
+ Fix 0 Byte leak after alloca to emalloc change
+
+2004-07-23 Edin Kadribasic <edink@emini.dk>
+
+ * (PHP_4_3)
+ ext/gd/gd.dsp:
+ Fix .dsp
+
+ * (PHP_5_0)
+ ext/gd/gd.c:
+ MFB: Updated version number
+
+ * ext/gd/gd.c:
+ Updated version number
+
+2004-07-23 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.re
+ ext/standard/url_scanner_ex.re:
+ MFH: Fixed bug #29333 (output_buffering + trans_sess_id can corrupt output)
+
+ * ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.re:
+ Fixed bug #29333 (output_buffering + trans_sess_id can corrupt output).
+
2004-07-22 Stefan Esser <sesser@suspekt.org>
* ext/gd/gd.dsp:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index c010be38c8..a6deca0b5c 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-23 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend_execute.c:
+ Fix 0 Byte leak after alloca to emalloc change
+
2004-07-22 Zeev Suraski <zeev@zend.com>
* zend_object_handlers.c: