mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
Merge branch 'PHP-5.5'
This commit is contained in:
@@ -7,7 +7,7 @@ if (substr(PHP_OS, 0, 3) == "WIN") {
|
||||
}
|
||||
exec('which expect', $output, $ret);
|
||||
if ($ret) {
|
||||
die "skip no expect installed";
|
||||
die("skip no expect installed");
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
|
||||
Reference in New Issue
Block a user