]> granicus.if.org Git - php/commitdiff
calling mail_open() causes a SEGFAULT when using imap-2000c. mail_open(0,"",0);
authorThies C. Arntzen <thies@php.net>
Sat, 4 Aug 2001 10:50:55 +0000 (10:50 +0000)
committerThies C. Arntzen <thies@php.net>
Sat, 4 Aug 2001 10:50:55 +0000 (10:50 +0000)
seems to work.

ext/imap/config.m4

index d3a4252f27259042da4feeaf9000b4ba1c27b3b2..0564235f4ad6ed48c9f01c9afaed0202732809c8 100644 (file)
@@ -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;
       }
     ],,[