mirror of https://github.com/php/php-src
Browse Source
In the buildconf and configure batch files, Windows' cscript utility was being run without the /e:jscript flag. This works on systems that have not had the default .js file association changed, but if .js has been re-associated to (say) an IDE, the batch files fail with the error message: Input Error: There is no script engine for file extension ".js".pull/5110/head
committed by
Christoph M. Becker
7 changed files with 7 additions and 6 deletions
Loading…
Reference in new issue