From 32e2c573d5b5a4333b0f8767721e1e70a7445180 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 19 Jul 2010 13:38:53 +0000 Subject: MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). --- NEWS | 2 ++ ext/standard/mail.c | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 4b7cfb6cd9..ef345584ae 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Jul 2010, PHP 5.2.14 +- Fixed bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 + bit)). (Adam) 15 Jul 2010, PHP 5.2.14RC3 diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 0a4e6befce..55398bcd5a 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -39,6 +39,7 @@ #include "php_mail.h" #include "php_ini.h" +#include "php_string.h" #include "safe_mode.h" #include "exec.h" -- cgit v1.2.1