1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

Specify full path for cat utility used by the test.

This commit is contained in:
Ilia Alshanetsky
2003-09-24 02:27:43 +00:00
parent 258d5838bb
commit ff4d200772
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ if (@mb_send_mail() === false || !mb_language("neutral")) {
}
?>
--INI--
sendmail_path=cat
sendmail_path=/usr/cat
--FILE--
<?php
$to = 'example@example.com';
+1 -1
View File
@@ -7,7 +7,7 @@ if (@mb_send_mail() === false || !mb_language("japanese")) {
}
?>
--INI--
sendmail_path=cat
sendmail_path=/bin/cat
--FILE--
<?php
$to = 'example@example.com';
+1 -1
View File
@@ -7,7 +7,7 @@ if (@mb_send_mail() === false || !mb_language("english")) {
}
?>
--INI--
sendmail_path=cat
sendmail_path=/bin/cat
--FILE--
<?php
$to = 'example@example.com';
+1 -1
View File
@@ -7,7 +7,7 @@ if (@mb_send_mail() === false || !mb_language("german")) {
}
?>
--INI--
sendmail_path=cat
sendmail_path=/bin/cat
--FILE--
<?php
$to = 'example@example.com';