changelog Sat Sep 1 20:10:26 2001 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.782 php4/ChangeLog:1.783
--- php4/ChangeLog:1.782 Fri Aug 31 20:12:54 2001
+++ php4/ChangeLog Sat Sep 1 20:10:26 2001
@@ -1,3 +1,37 @@
+2001-09-01 Sascha Schumann <[EMAIL PROTECTED]>
+
+ * ext/ircg/ircg.c:
+ add a seventh parameter to ircg_pconnect to treat errors
+ such as incorrect channel-keys in a non-fatal way.
+
+ add a modifier to format-messages which stops the execution
+ of the format-message, if the argument is not equal to the username.
+ this is useful, if you want a client to only process channel-mode
+ changes which concern the client (e.g. voice-change).
+
+ * NEWS: .
+
+2001-09-01 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * main/php.h: MFH
+
+ * main/php.h: Update API number
+
+2001-09-01 Thomas V.V.Cox <[EMAIL PROTECTED]>
+
+ * pear/HTML/Form.php: add a default pw lenght
+
+ * pear/HTML/Form.php: style/ws
+
+2001-09-01 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * sapi/apache/mod_php4.c
+ main/main.c: MFH
+
+2001-09-01 Sterling Hughes <[EMAIL PROTECTED]>
+
+ * ext/bz2/bz2.c: noet
+
2001-08-31 Sascha Schumann <[EMAIL PROTECTED]>
* ext/ircg/README.txt: refinements