mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>.
This commit is contained in:
parent
ca8c8264db
commit
8f27945621
2 changed files with 102 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue