From: Pierre Joye Date: Sun, 30 Nov 2008 23:58:17 +0000 (+0000) Subject: - Enable fix fo #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow... X-Git-Tag: php-5.2.8~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=279c926f8b247c9bfba29b0275913401a669fd80;p=php - Enable fix fo #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow) on windows (we use the latest imap) --- diff --git a/ext/imap/config.w32 b/ext/imap/config.w32 index 3a6c8fe5f0..f7d7d8f2fd 100644 --- a/ext/imap/config.w32 +++ b/ext/imap/config.w32 @@ -15,6 +15,7 @@ if (PHP_IMAP == "yes") { ADD_FLAG("CFLAGS_IMAP", "/D HAVE_IMAP2000=1 /D HAVE_IMAP2004=1 /D HAVE_IMAP_SSL=1"); AC_DEFINE('HAVE_IMAP', 1, 'Have IMAP support', true); + AC_DEFINE('HAVE_RFC822_OUTPUT_ADDRESS_LIST', 1, 'Have IMAP support', true); } else { WARNING("imap not enabled; libraries and headers not found"); }