calling mail_open() causes a SEGFAULT when using imap-2000c. mail_open(0,"",0);

seems to work.
This commit is contained in:
Thies C. Arntzen 2001-08-04 10:50:55 +00:00
parent 96aab6aed4
commit 402f91fa2d

View 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;
}
],,[