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.
1 parent 118b49a commit c330e2bCopy full SHA for c330e2b
.ci/win-ci-tools.psm1
@@ -299,7 +299,7 @@ function EnableExtension {
299
300
Copy-Item -Path "${env:RELEASE_DLL_PATH}" -Destination "${env:PHPROOT}\ext\"
301
302
- Enable-PhpExtension -Extension 'Zephir Parser' -Path "${env:PHPROOT}"
+ Enable-PhpExtension -Extension zephir_parser -Path "${env:PHPROOT}"
303
}
304
305
function PrepareReleasePackage {
0 commit comments