summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-04-28 08:22:57 +0000
committerPierre Joye <pajoye@php.net>2009-04-28 08:22:57 +0000
commitd4e6d96396338db2308a2fc3478f78f0b81b01cf (patch)
treed5663b451b92430c1cd35405c2b52af4aabfe559 /ext/imap/php_imap.h
parent9e36fae5ff5759dbe010579fff11e1894555a262 (diff)
downloadphp-git-d4e6d96396338db2308a2fc3478f78f0b81b01cf.tar.gz
- [DOC] add imap_gc (purge cache(s) and constants IMAP_GC_ELT, IMAP_GC_ENV and IMAP_GC_TEXTS to control imap_gc behavior
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r--ext/imap/php_imap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h
index 76404f598c..b0c65419d0 100644
--- a/ext/imap/php_imap.h
+++ b/ext/imap/php_imap.h
@@ -115,6 +115,7 @@ PHP_FUNCTION(imap_body);
PHP_FUNCTION(imap_fetchstructure);
PHP_FUNCTION(imap_fetchbody);
PHP_FUNCTION(imap_savebody);
+PHP_FUNCTION(imap_gc);
PHP_FUNCTION(imap_expunge);
PHP_FUNCTION(imap_delete);
PHP_FUNCTION(imap_undelete);