forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Unknown
committed
Feb 26, 2001
1 parent
f812a8a
commit 121d71c
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,45 @@ | ||
2001-02-25 David Guerizec <[email protected]> | ||
|
||
* ext/midgard/midgard.c: | ||
force user to pass $xparam by reference (from mgd_walk_xxx_tree() functions) | ||
|
||
2001-02-25 Sascha Schumann <[email protected]> | ||
|
||
* ext/ircg/ircg.c: Provide improved means for mass joins | ||
|
||
2001-02-25 David Guerizec <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* ext/ircg/ircg.c | ||
ext/ircg/php_ircg.h: Add function for kick and topic | ||
|
||
2001-02-25 Dan Kalowsky <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* ext/standard/datetime.c: | ||
|