aharvey                                  Mon, 19 Jul 2010 10:46:44 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=301392

Log:
Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64
bit)).

Bug: http://bugs.php.net/52317 (Assigned) Segmentation fault when using mail() 
on a rhel 4.x (only 64 bit)
      
Changed paths:
    U   php/php-src/trunk/ext/standard/mail.c

Modified: php/php-src/trunk/ext/standard/mail.c
===================================================================
--- php/php-src/trunk/ext/standard/mail.c       2010-07-19 10:13:31 UTC (rev 
301391)
+++ php/php-src/trunk/ext/standard/mail.c       2010-07-19 10:46:44 UTC (rev 
301392)
@@ -41,6 +41,7 @@

 #include "php_mail.h"
 #include "php_ini.h"
+#include "php_string.h"
 #include "exec.h"

 #ifdef PHP_WIN32

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to