php-src/ext/imap
Michael Orlitzky 24f21a3012 ext/imap/config.m4: fix conftest segfault in utf8_to_mutf7 check, bug #66909.
The test program for utf8_to_mutf7 attempts to call it without
arguments. The function expects one argument, however, and this leads
to a segfault as reported in PHP bug #66909.

The test program is using the PHP_IMAP_TEST_BUILD macro which
complicates things a little. To keep this diff small, the
PHP_IMAP_TEST_BUILD macro was modified to pass a fifth argument
"extra-source" to the PHP_TEST_BUILD macro. The check for
utf8_to_mutf7 was then modified to check for a dummy function,
utf8_to_mutf7_php, which passes the correct number of arguments to
utf8_to_mutf7.

PHP-Bug: https://bugs.php.net/bug.php?id=66909
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=376735
2015-12-09 12:04:16 +01:00
..
tests Merge branch 'pull-request/341' 2013-06-10 14:20:18 -07:00
config.m4 ext/imap/config.m4: fix conftest segfault in utf8_to_mutf7 check, bug #66909. 2015-12-09 12:04:16 +01:00
config.w32 - Fixed #44098, imap_utf8() returns only capital letters 2010-02-07 13:06:54 +00:00
CREDITS #adding name to credits. nothing to see here, keep moving. 2001-02-28 01:02:48 +00:00
IMAP_Win32_HOWTO.txt
imap.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
php_imap.c bump year 2015-01-15 23:26:37 +08:00
php_imap.h bump year 2015-01-15 23:26:37 +08:00