From: Date: Sun, 2 Sep 2001 00:10:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_SUBST_Z_MACROS~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d44ee0670f55b422b0dec30633edfc5ae13c2564;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f00e09873f..00ea5b47d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2001-09-01 Sascha Schumann + + * 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 + + * main/php.h: MFH + + * main/php.h: Update API number + +2001-09-01 Thomas V.V.Cox + + * pear/HTML/Form.php: add a default pw lenght + + * pear/HTML/Form.php: style/ws + +2001-09-01 Zeev Suraski + + * sapi/apache/mod_php4.c + main/main.c: MFH + +2001-09-01 Sterling Hughes + + * ext/bz2/bz2.c: noet + 2001-08-31 Sascha Schumann * ext/ircg/README.txt: refinements