imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>.

This commit is contained in:
Chuck Hagenbuch 2001-05-29 15:34:18 +00:00
parent ca8c8264db
commit 8f27945621
2 changed files with 102 additions and 0 deletions

View file

@ -149,6 +149,7 @@ PHP_FUNCTION(imap_utf8);
PHP_FUNCTION(imap_utf7_decode);
PHP_FUNCTION(imap_utf7_encode);
PHP_FUNCTION(imap_mime_header_decode);
PHP_FUNCTION(imap_thread);
ZEND_BEGIN_MODULE_GLOBALS(imap)
char *imap_user;