]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 24 Jul 2004 00:32:58 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Sat, 24 Jul 2004 00:32:58 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index b6a1846b06598d9d911414d497aa55cc00911adb..3d550ff1316d4181c57a5f734a280de7b0decfde 100644 (file)
--- 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:
index c010be38c8c5d1c3d7d63730595d9d2c65c17012..a6deca0b5c9fd995c921e09aa7fafed866d099a0 100644 (file)
@@ -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: