Got similar problem.
Tried a very simple script with phpinfo() on it.
5.6, 7.2 and 7.3 works fine, all with http or https.
7.4 and 8.0 does not work at all, http/https, stuck on “Just a moment” screen.
Project:
https://drive.google.com/file/d/1qQYfBaeCdPSoIPc4zc2b64hzzonqAzMs/view?usp=sharing
The PHP compilation command for 5.6, 7.2 and 7.3:
5.6: cscript /nologo configure.js “–enable-snapshot-build” “–enable-debug-pack” “–disable-zts” “–disable-isapi” “–disable-nsapi” “–without-mssql” “–without-pdo-mssql” “–without-pi3web” “–with-pdo-oci=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared” “–with-oci8-12c=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared” “–with-enchant=shared” “–enable-object-out-dir=…/obj/” “–enable-com-dotnet=shared” “–with-mcrypt=static” “–without-analyzer” “–with-pgo”
7.2: cscript /nologo configure.js “–enable-snapshot-build” “–enable-debug-pack” “–disable-zts” “–with-pdo-oci=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared” “–with-oci8-12c=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared” “–enable-object-out-dir=…/obj/” “–enable-com-dotnet=shared” “–without-analyzer” “–with-pgo”
7.3: cscript /nologo /e:jscript configure.js “–enable-snapshot-build” “–enable-debug-pack” “–disable-zts” “–with-pdo-oci=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared” “–with-oci8-12c=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared” “–enable-object-out-dir=…/obj/” “–enable-com-dotnet=shared” “–without-analyzer” “–with-pgo”
A little frustrated with this simple test, should not be that hard to have it working. Only tested in Win7.