changelog Wed May 15 20:20:07 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1045 php4/ChangeLog:1.1046
--- php4/ChangeLog:1.1045 Tue May 14 20:29:39 2002
+++ php4/ChangeLog Wed May 15 20:20:06 2002
@@ -1,3 +1,75 @@
+2002-05-15 Preston L. Bannister <[EMAIL PROTECTED]>
+
+ * tests/tests.dsp
+ tests/tests.mak: Win32 project and makefile used to invoke run-tests.php
+
+2002-05-15 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/mssql/php_mssql.c:
+ Fixing the mssql_query to handle multiple results correct if the first result
+does not return any data.
+
+2002-05-15 Harald Radi <[EMAIL PROTECTED]>
+
+ * ext/com/conversion.c: MFH
+
+
+ * ext/com/conversion.c: this should finally fix bug #14353
+
+2002-05-15 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * win32/sendmail.c
+ win32/sendmail.h: Fixing line breaks
+
+ * win32/imap_sendmail.c:
+ Fixing build of IMAP extension, after changes in sendmail
+
+2002-05-15 Markus Fischer <[EMAIL PROTECTED]>
+
+ * win32/imap_sendmail.c: - Accommodate API changes to Ack().
+
+2002-05-15 Christian Stocker <[EMAIL PROTECTED]>
+
+ * ext/domxml/config.m4:
+ libxml2 >= 2.4.14 is needed (since quite some time ...)
+
+2002-05-15 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * NEWS: Cleanup
+
+2002-05-15 Rui Hirokawa <[EMAIL PROTECTED]>
+
+ * NEWS: Added Chinese, Korean support in mbstring.
+
+ * ext/mbstring/mbfilter.c
+ ext/mbstring/mbfilter_cn.c
+ ext/mbstring/mbfilter_kr.c
+ ext/mbstring/mbfilter_kr.h
+ ext/mbstring/mbstring.c: added ISO-2022-KR support in mbstring.
+
+2002-05-15 Tomas V.V.Cox <[EMAIL PROTECTED]>
+
+ * pear/PEAR/Common.php: make downloadHttp() detect HTTP errors
+
+2002-05-15 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * INSTALL: MFB
+
+ * INSTALL: Nuke 4.1 for good this time.
+
+ * INSTALL: MFH
+
+ * INSTALL: Nuke .1
+
+ * EXTENSIONS: Added ctype to this list too.
+
+2002-05-15 Markus Fischer <[EMAIL PROTECTED]>
+
+ * win32/sendmail.c: - Add support for Bcc in w32/sendmail code.
+
+2002-05-15 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/ctype/ctype.c: - It's bundled, thus not experimental anymore
+
2002-05-14 Frank M. Kromann <[EMAIL PROTECTED]>
* ext/mssql/php_mssql.h