1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 21:52:36 +02:00

non-ZTS fix

This commit is contained in:
Thies C. Arntzen
1999-12-28 12:14:18 +00:00
parent 546af70783
commit eb1927d94e

View File

@@ -419,11 +419,11 @@ PHP_MINFO_FUNCTION(imap)
PHP_MINIT_FUNCTION(imap)
{
ELS_FETCH();
unsigned long sa_all = SA_MESSAGES | SA_RECENT | SA_UNSEEN |
SA_UIDNEXT | SA_UIDVALIDITY;
ELS_FETCH();
#if !(WIN32|WINNT)
mail_link(&unixdriver); /* link in the unix driver */
#endif