iliaa Tue Sep 23 22:27:44 2003 EDT
Modified files:
/php-src/ext/mbstring/tests mb_send_mail01.phpt mb_send_mail02.phpt
mb_send_mail03.phpt mb_send_mail04.phpt
Log:
Specify full path for cat utility used by the test.
Index: php-src/ext/mbstring/tests/mb_send_mail01.phpt
diff -u php-src/ext/mbstring/tests/mb_send_mail01.phpt:1.4
php-src/ext/mbstring/tests/mb_send_mail01.phpt:1.5
--- php-src/ext/mbstring/tests/mb_send_mail01.phpt:1.4 Tue May 13 20:36:00 2003
+++ php-src/ext/mbstring/tests/mb_send_mail01.phpt Tue Sep 23 22:27:43 2003
@@ -7,7 +7,7 @@
}
?>
--INI--
-sendmail_path=cat
+sendmail_path=/usr/cat
--FILE--
<?php
$to = '[EMAIL PROTECTED]';
Index: php-src/ext/mbstring/tests/mb_send_mail02.phpt
diff -u php-src/ext/mbstring/tests/mb_send_mail02.phpt:1.4
php-src/ext/mbstring/tests/mb_send_mail02.phpt:1.5
--- php-src/ext/mbstring/tests/mb_send_mail02.phpt:1.4 Tue May 13 20:36:00 2003
+++ php-src/ext/mbstring/tests/mb_send_mail02.phpt Tue Sep 23 22:27:43 2003
@@ -7,7 +7,7 @@
}
?>
--INI--
-sendmail_path=cat
+sendmail_path=/bin/cat
--FILE--
<?php
$to = '[EMAIL PROTECTED]';
Index: php-src/ext/mbstring/tests/mb_send_mail03.phpt
diff -u php-src/ext/mbstring/tests/mb_send_mail03.phpt:1.5
php-src/ext/mbstring/tests/mb_send_mail03.phpt:1.6
--- php-src/ext/mbstring/tests/mb_send_mail03.phpt:1.5 Tue May 13 20:36:00 2003
+++ php-src/ext/mbstring/tests/mb_send_mail03.phpt Tue Sep 23 22:27:43 2003
@@ -7,7 +7,7 @@
}
?>
--INI--
-sendmail_path=cat
+sendmail_path=/bin/cat
--FILE--
<?php
$to = '[EMAIL PROTECTED]';
Index: php-src/ext/mbstring/tests/mb_send_mail04.phpt
diff -u php-src/ext/mbstring/tests/mb_send_mail04.phpt:1.4
php-src/ext/mbstring/tests/mb_send_mail04.phpt:1.5
--- php-src/ext/mbstring/tests/mb_send_mail04.phpt:1.4 Tue May 13 20:36:00 2003
+++ php-src/ext/mbstring/tests/mb_send_mail04.phpt Tue Sep 23 22:27:43 2003
@@ -7,7 +7,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