philip Wed Jun 11 02:32:22 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/imap php_imap.c
Log:
MFH: fixed imap_listscan() proto
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.26.2.10&r2=1.208.2.7.2.26.2.11&diff_format=u
Index: php-src/ext/imap/php_imap.c
diff -u php-src/ext/imap/php_imap.c:1.208.2.7.2.26.2.10
php-src/ext/imap/php_imap.c:1.208.2.7.2.26.2.11
--- php-src/ext/imap/php_imap.c:1.208.2.7.2.26.2.10 Thu Apr 17 11:08:13 2008
+++ php-src/ext/imap/php_imap.c Wed Jun 11 02:32:22 2008
@@ -26,7 +26,7 @@
| PHP 4.0 updates: Zeev Suraski <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: php_imap.c,v 1.208.2.7.2.26.2.10 2008/04/17 11:08:13 felipe Exp $ */
+/* $Id: php_imap.c,v 1.208.2.7.2.26.2.11 2008/06/11 02:32:22 philip Exp $ */
#define IMAP41
@@ -1457,7 +1457,7 @@
}
/* }}} */
-/* {{{ proto array imap_scan(resource stream_id, string ref, string pattern,
string content)
+/* {{{ proto array imap_listscan(resource stream_id, string ref, string
pattern, string content)
Read list of mailboxes containing a certain string */
PHP_FUNCTION(imap_listscan)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php