From 6c9ca56c195fb58a0c7d8830d522285eb5863ec6 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 19 Jul 2010 10:46:44 +0000 Subject: [PATCH] Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). --- ext/standard/mail.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.49.0