]> granicus.if.org Git - php/commitdiff
MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x
authorAdam Harvey <aharvey@php.net>
Mon, 19 Jul 2010 13:38:53 +0000 (13:38 +0000)
committerAdam Harvey <aharvey@php.net>
Mon, 19 Jul 2010 13:38:53 +0000 (13:38 +0000)
(only 64 bit)).

NEWS
ext/standard/mail.c

diff --git a/NEWS b/NEWS
index 4b7cfb6cd923a51ff16199f9f54e7499b92a8a58..ef345584ae7db06360b93bb3606e31bb480d247c 100644 (file)
--- 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
index 0a4e6befcea342708eabbc7f6936ebf725e28bea..55398bcd5a33939bcb227f042ef1e1c03dd8bdfc 100644 (file)
@@ -39,6 +39,7 @@
 
 #include "php_mail.h"
 #include "php_ini.h"
+#include "php_string.h"
 #include "safe_mode.h"
 #include "exec.h"