1
0
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:
Nikita Popov
2013-03-28 18:24:27 +01:00
+1 -1
View File
@@ -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--