]> 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 345aedd330f27ee1e91db1d98d0ae017576047f2..a3ad74d291b261b7e67ffc9cdafe43945025649e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Jul 2010, PHP 5.3.3
+- Fixed bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64
+  bit)). (Adam)
 - Fixed bug #51583 (Bus error due to wrong alignment in mysqlnd). (Rainer Jung)
 
 
index 7b4e89758a47318fe451502e8cecd134512fbd4c..96fb216213f825f945ad5fb8c9f18596e36a417f 100644 (file)
@@ -41,6 +41,7 @@
 
 #include "php_mail.h"
 #include "php_ini.h"
+#include "php_string.h"
 #include "safe_mode.h"
 #include "exec.h"