changelog Sat Feb 21 20:32:10 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1545&r2=1.1546&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1545 php-src/ChangeLog:1.1546
--- php-src/ChangeLog:1.1545 Fri Feb 20 20:32:43 2004
+++ php-src/ChangeLog Sat Feb 21 20:32:09 2004
@@ -1,3 +1,24 @@
+2004-02-21 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ext/ftp/ftp.c:
+ Avoid use of memcpy(), reply on struct in_addr to be right sized instead
+
+2004-02-21 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/gd/gd.c:
+ Set correct default threshold for image2wbmp().
+
+2004-02-21 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * ext/mysqli/config.w32:
+ Can't test whether it works (no current >=mysql-4.1.2 available on
+ Windows), but it should.
+
+2004-02-21 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli_fe.c:
+ fixed typo in method alias
+
2004-02-20 Sara Golemon <[EMAIL PROTECTED]>
* ext/ftp/ftp.c: