mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
- Fixed bug #49630 (imap_listscan function missing)
# Missing PHP_FE(), though nowdays it is used through of two aliases. (imap_scan() and imap_scanmailbox())
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user