microsoft / php-sdk-binary-tools

Tool kit for building PHP under Windows
BSD 2-Clause "Simplified" License
271 stars 78 forks source link

WshShell.Exec: Access is denied. #39

Closed ehsanphp closed 6 years ago

ehsanphp commented 6 years ago

hi

I have a problem in installing

on this command : $ configure

error : c:\php-sdk\phpmaster\vc15\x64\php-src\configure.js(164, 2) WshShell.Exec: Access is denied.

And with this command : $ namek

NMAKE : fatal error U1064: MAKEFILE not found and no target specified Stop.

weltling commented 6 years ago

Thanks for the report. It is not related to the binary SDK, these commands belong to the PHP core. It seems that WSH is blocked on your system, that's what needs to be fixed. In further, please report the core bugs on bugs.php.net

Thanks.