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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user