From: Thies C. Arntzen Date: Sat, 4 Aug 2001 10:50:55 +0000 (+0000) Subject: calling mail_open() causes a SEGFAULT when using imap-2000c. mail_open(0,"",0); X-Git-Tag: PRE_ENGINE2_SPLIT~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=402f91fa2d6f7cb4bd7cba213641e35d86092090;p=php calling mail_open() causes a SEGFAULT when using imap-2000c. mail_open(0,"",0); seems to work. --- diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index d3a4252f27..0564235f4a 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -92,7 +92,7 @@ AC_DEFUN(PHP_IMAP_SSL_CHK, [ void mm_expunged(void){} char mail_open(); int main() { - mail_open(); + mail_open(0,"",0); return 0; } ],,[