diff options
| author | Thies C. Arntzen <thies@php.net> | 1999-12-23 12:46:25 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 1999-12-23 12:46:25 +0000 |
| commit | 337bcc7014463d40d4c7a2f85954203429356e73 (patch) | |
| tree | 0761e37d3abff9aa70d432d4a6c36b3b3503be3e /ext/imap | |
| parent | 458f3e427f4d761269527f441f8b2e50eea8372c (diff) | |
| download | php-git-337bcc7014463d40d4c7a2f85954203429356e73.tar.gz | |
ZTS fix
Diffstat (limited to 'ext/imap')
| -rw-r--r-- | ext/imap/imap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/imap/imap.c b/ext/imap/imap.c index 896859f02d..1fca7a8bfa 100644 --- a/ext/imap/imap.c +++ b/ext/imap/imap.c @@ -419,6 +419,8 @@ PHP_MINFO_FUNCTION(imap) PHP_MINIT_FUNCTION(imap) { + ELS_FETCH(); + unsigned long sa_all = SA_MESSAGES | SA_RECENT | SA_UNSEEN | SA_UIDNEXT | SA_UIDVALIDITY; |
