moriyoshi               Fri Oct  3 13:07:50 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/mbstring/tests mb_send_mail05.phpt mb_send_mail06.phpt 
                                mb_send_mail07.phpt 
  Log:
  MFH(r-1.5, r-1.5, r-1.4): Specify full path to cat for mb_send_mail() tests
  
  
Index: php-src/ext/mbstring/tests/mb_send_mail05.phpt
diff -u php-src/ext/mbstring/tests/mb_send_mail05.phpt:1.1.2.3 
php-src/ext/mbstring/tests/mb_send_mail05.phpt:1.1.2.4
--- php-src/ext/mbstring/tests/mb_send_mail05.phpt:1.1.2.3      Tue May 13 20:37:45 
2003
+++ php-src/ext/mbstring/tests/mb_send_mail05.phpt      Fri Oct  3 13:07:50 2003
@@ -10,7 +10,7 @@
 }
 ?>
 --INI--
-sendmail_path=cat
+sendmail_path=/bin/cat
 --FILE--
 <?php
 $to = '[EMAIL PROTECTED]';
Index: php-src/ext/mbstring/tests/mb_send_mail06.phpt
diff -u php-src/ext/mbstring/tests/mb_send_mail06.phpt:1.1.2.3 
php-src/ext/mbstring/tests/mb_send_mail06.phpt:1.1.2.4
--- php-src/ext/mbstring/tests/mb_send_mail06.phpt:1.1.2.3      Tue May 13 20:37:45 
2003
+++ php-src/ext/mbstring/tests/mb_send_mail06.phpt      Fri Oct  3 13:07:50 2003
@@ -10,7 +10,7 @@
 }
 ?>
 --INI--
-sendmail_path=cat
+sendmail_path=/bin/cat
 --FILE--
 <?php
 $to = '[EMAIL PROTECTED]';
Index: php-src/ext/mbstring/tests/mb_send_mail07.phpt
diff -u php-src/ext/mbstring/tests/mb_send_mail07.phpt:1.3.2.1 
php-src/ext/mbstring/tests/mb_send_mail07.phpt:1.3.2.2
--- php-src/ext/mbstring/tests/mb_send_mail07.phpt:1.3.2.1      Sat Aug  9 02:14:51 
2003
+++ php-src/ext/mbstring/tests/mb_send_mail07.phpt      Fri Oct  3 13:07:50 2003
@@ -10,7 +10,7 @@
 }
 ?>
 --INI--
-sendmail_path=cat
+sendmail_path=/bin/cat
 --FILE--
 <?php
 $to = '[EMAIL PROTECTED]';

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

Reply via email to