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