mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix #79146: cscript can fail to run on some systems
This commit is contained in:
commit
b0f8d38f4a
7 changed files with 9 additions and 6 deletions
|
@ -321,7 +321,7 @@ function conf_process_args()
|
|||
var i, j;
|
||||
var configure_help_mode = false;
|
||||
var analyzed = false;
|
||||
var nice = "cscript /nologo configure.js ";
|
||||
var nice = "cscript /nologo /e:jscript configure.js ";
|
||||
var disable_all = false;
|
||||
|
||||
args = WScript.Arguments;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue