mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add imap_setacl() function (Brian Masney <masneyb@seul.org>).
This commit is contained in:
parent
831f05b0fb
commit
a2b297bdf0
2 changed files with 32 additions and 0 deletions
|
@ -178,6 +178,7 @@ PHP_FUNCTION(imap_thread);
|
|||
#if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001)
|
||||
PHP_FUNCTION(imap_get_quota);
|
||||
PHP_FUNCTION(imap_set_quota);
|
||||
PHP_FUNCTION(imap_setacl);
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue