Skip to content

Commit ced5f41

Browse files
committed
Merge branch 'PHP-5.5'
* PHP-5.5: Fix for https://bugs.php.net/bug.php?id=62649
2 parents 3adb1aa + ac73ca6 commit ced5f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/mkdist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ function make_phar_dot_phar($dist_dir)
443443
$phar->setStub(implode('', $stub));
444444

445445
echo "Creating phar.phar.bat\n";
446-
file_put_contents($dist_dir . '/phar.phar.bat', "%~dp0php.exe %~dp0pharcommand.phar %*\r\n");
446+
file_put_contents($dist_dir . '/phar.phar.bat', "\"%~dp0php.exe\" \"%~dp0pharcommand.phar\" %*\r\n");
447447
}
448448

449449
if (!is_dir($test_dir)) {

0 commit comments

Comments
 (0)