From 49e31e4b0fd3dcfd54078fe99cf02190d5bc645c Mon Sep 17 00:00:00 2001 From: Date: Sat, 24 Jul 2004 00:32:58 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 5 +++++ 2 files changed, 59 insertions(+) diff --git a/ChangeLog b/ChangeLog index b6a1846b06..3d550ff131 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2004-07-23 Andi Gutmans + + * 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 + +2004-07-23 Georg Richter + + * (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 + + * ZendEngine2/zend_execute.c: + Fix 0 Byte leak after alloca to emalloc change + +2004-07-23 Edin Kadribasic + + * (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 + + * (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 * 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 + + * zend_execute.c: + Fix 0 Byte leak after alloca to emalloc change + 2004-07-22 Zeev Suraski * zend_object_handlers.c: -- 2.50.1