We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configure
1 parent 71aed03 commit f129298Copy full SHA for f129298
.github/workflows/windows.yml
@@ -128,8 +128,8 @@ jobs:
128
call C:\tools\php-sdk\phpsdk-vc${{ matrix.vc_num }}-${{ matrix.arch }}.bat
129
call C:\tools\php-sdk\bin\phpsdk_setvars.bat
130
call C:\tools\php-devpack\phpize.bat
131
- configure --with-prefix=C:\php --with-php-build=C:\php-devpack
132
- nmake 2> compile-errors.log 1> compile.log
+ configure --with-prefix=C:\php --with-php-build=C:\php-devpack --disable-all --enable-zephir-parser=shared
+ nmake
133
134
- name: Check errors
135
if: always()
0 commit comments