diff options
author | Pierre Joye <pajoye@php.net> | 2008-11-30 23:59:39 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-11-30 23:59:39 +0000 |
commit | f16120e88371e5568519d800f817f65ec1c8ba90 (patch) | |
tree | f3f1a355f2d1114a7f400f84b1f37c6c696e258e | |
parent | 7f232eba06045be3ae7631d0b68689f524c6c175 (diff) | |
download | php-git-f16120e88371e5568519d800f817f65ec1c8ba90.tar.gz |
- MFB: Enable fix fo #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow) on windows (we use the latest imap)
-rw-r--r-- | ext/imap/config.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/imap/config.w32 b/ext/imap/config.w32 index 8de007eb77..060d523756 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_IMAP2007a=1 /D HAVE_IMAP2007b=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"); } |