summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-02-26 02:09:15 +0000
committer <changelog@php.net>2001-02-26 02:09:15 +0000
commit121d71c54dabf678f1bb1fa501edebed75d6ada3 (patch)
treebd4560ae6ad363b5056e4c769362a9db99c5ac78
parentf812a8a77e22d49123c7e03b0653608583745dcb (diff)
downloadphp-git-121d71c54dabf678f1bb1fa501edebed75d6ada3.tar.gz
ChangeLog update
-rw-r--r--ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 520fc9c7da..46baa3ae2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2001-02-25 David Guerizec <david@guerizec.net>
+
+ * ext/midgard/midgard.c:
+ force user to pass $xparam by reference (from mgd_walk_xxx_tree() functions)
+
+2001-02-25 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/ircg/ircg.c: Provide improved means for mass joins
+
+2001-02-25 David Guerizec <david@guerizec.net>
+
+ * ext/midgard/article.c
+ ext/midgard/midgard.c
+ ext/midgard/page.c
+ ext/midgard/topic.c: optimized the mgd_is_in_xxx_tree() functions
+
+2001-02-25 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/ircg/ircg.c
+ ext/ircg/php_ircg.h: Add function for kick and topic
+
+2001-02-25 Dan Kalowsky <dank@deadmime.org>
+
+ * ext/imap/config.m4
+ ext/imap/php_imap.c
+ ext/imap/php_imap.h:
+ Updating the IMAP client to include quota support via the imap c-client2000 libraries.
+ Removes the SA_QUOTA and SA_QUOTA_ALL defines
+ Cleans up the imap_status() function to remove notion of quotas in a status message.
+
+ Changes the config.m4 to support the client.h include
+ Changed the directory search order for the include files as well.
+
+ (PHP imap_get_quota) Added
+ (PHP imap_set_quota) Added
+
+
+ PR:
+ Submitted by:
+ Reviewed by:
+ Obtained from:
+
2001-02-24 Sascha Schumann <sascha@schumann.cx>
* ext/standard/datetime.c: