[PATCH] New function for imap extension (imap_getacl)

php.internals

Holger Burbach

23 years ago
Hi everyone, my collegue Cajus Pollmeier and I are currently working on a PHP-based remote administration of Cyrus IMAP servers. We were quite surprised that there is no function imap_getacl implemented, while imap_setacl does. So we implemented the missing function and built a patch against 4.3.2RC3. The patch can be found at: ftp://oss.gonicus.de/pub/php-kadm5/php4-imap-getacl-20030519.patch I think this should be useful for others, too. If it is more convenient to have a patch against another release or development version, please advice me. Regards, Holger

Holger Burbach

23 years ago
BTW: This is a fix for Bug #18355 http://bugs.php.net/bug.php?id=18355 On Montag, 19. Mai 2003 15:59, Holger Burbach wrote: