diff options
| author | Felipe Pena <felipe@php.net> | 2009-09-22 18:18:57 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2009-09-22 18:18:57 +0000 |
| commit | 7cbdfd275766bd6374750a423d7ee06efe9e08cc (patch) | |
| tree | a238f78add05c488f25e81cc9a111edb17e14cc1 /ext/imap/php_imap.c | |
| parent | 02dd12385b89f67692f3c9d4ec3ba03f793e6b6f (diff) | |
| download | php-git-7cbdfd275766bd6374750a423d7ee06efe9e08cc.tar.gz | |
- Fixed bug #49630 (imap_listscan function missing)
# Missing PHP_FE(), though nowdays it is used through of two aliases. (imap_scan() and imap_scanmailbox())
Diffstat (limited to 'ext/imap/php_imap.c')
| -rw-r--r-- | ext/imap/php_imap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index e44e7078e0..cb95c5eb4e 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -115,6 +115,7 @@ zend_function_entry imap_functions[] = { PHP_FE(imap_delete, NULL) PHP_FE(imap_undelete, NULL) PHP_FE(imap_check, NULL) + PHP_FE(imap_listscan, NULL) PHP_FE(imap_mail_copy, NULL) PHP_FE(imap_mail_move, NULL) PHP_FE(imap_mail_compose, NULL) |
