mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
calling mail_open() causes a SEGFAULT when using imap-2000c. mail_open(0,"",0);
seems to work.
This commit is contained in:
parent
96aab6aed4
commit
402f91fa2d
@ -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;
|
||||
}
|
||||
],,[
|
||||
|
Loading…
Reference in New Issue
Block a user