diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-06-13 14:39:22 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-06-13 14:39:22 +0000 |
commit | 17861b93bf437c3130ff8dbb5a5605fe90e81919 (patch) | |
tree | 0c9ccd06782372c00b2c0e66732786646f45542b /ext/imap/php_imap.h | |
parent | 1d008db710ca056f7c7e88e7bd4ed20651121c40 (diff) | |
download | php-git-17861b93bf437c3130ff8dbb5a5605fe90e81919.tar.gz |
Fixed bug #24161 (No timeout value for imap functions)
Added imap_timeout() that allows the user to specify as well as retrieve
timeout values and set default timeout values based on the
default_socket_timeout ini setting.
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r-- | ext/imap/php_imap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index f37e6e9650..ad2c6eae36 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -165,6 +165,7 @@ PHP_FUNCTION(imap_utf7_decode); PHP_FUNCTION(imap_utf7_encode); PHP_FUNCTION(imap_mime_header_decode); PHP_FUNCTION(imap_thread); +PHP_FUNCTION(imap_timeout); #if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001) PHP_FUNCTION(imap_get_quota); |