1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

Fix parse error

This commit is contained in:
Olivier Hill
2008-07-02 15:00:21 +00:00
parent 7a98fdc429
commit a9175febd6
+1 -1
View File
@@ -550,7 +550,7 @@ HELP;
}
if (strlen($conf_passed))
{
if (substr(PHP_OS, 0, 3) != "WIN")) {
if (substr(PHP_OS, 0, 3) != "WIN") {
$pass_options .= " -c " . escapeshellarg($conf_passed);
} else {
$pass_options .= " -c '$conf_passed'";