From: Adam Harvey Date: Mon, 19 Jul 2010 10:46:44 +0000 (+0000) Subject: Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 X-Git-Tag: php-5.4.0alpha1~191^2~1175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c9ca56c195fb58a0c7d8830d522285eb5863ec6;p=php Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). --- diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 150bb70d28..26ae2a8d9a 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -41,6 +41,7 @@ #include "php_mail.h" #include "php_ini.h" +#include "php_string.h" #include "exec.h" #ifdef PHP_WIN32