]> granicus.if.org Git - php/commitdiff
- Fixed bug #49630 (imap_listscan function missing)
authorFelipe Pena <felipe@php.net>
Tue, 22 Sep 2009 18:18:57 +0000 (18:18 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 22 Sep 2009 18:18:57 +0000 (18:18 +0000)
# Missing PHP_FE(), though nowdays it is used through of two aliases. (imap_scan() and imap_scanmailbox())

NEWS
ext/imap/php_imap.c

diff --git a/NEWS b/NEWS
index ff60f8d94ed0d3054805cc2a8324703439957d69..4ec9fb51b79fee5a9ed93be57bf2831171e5c5b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 5.2.12
+- Fixed bug #49630 (imap_listscan function missing). (Felipe)
 - Fixed bug #49578 (make install-pear fails). (Hannes)
 
 17 Sep 2009, PHP 5.2.11
index e44e7078e0254d179352a99882f2d692fc4086b4..cb95c5eb4ee3b52b3d948669653971feadf57b73 100644 (file)
@@ -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)