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:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user