changelog Fri Jul 23 20:32:54 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1694&r2=1.1695&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1694 php-src/ChangeLog:1.1695
--- php-src/ChangeLog:1.1694 Thu Jul 22 20:35:56 2004
+++ php-src/ChangeLog Fri Jul 23 20:32:53 2004
@@ -1,3 +1,57 @@
+2004-07-23 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+2004-07-23 Georg Richter <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c:
+ Fix 0 Byte leak after alloca to emalloc change
+
+2004-07-23 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ext/gd/gd.dsp:
@@ -6891,7 +6945,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1694 2004/07/23 00:35:56
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1695 2004/07/24 00:32:53
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>