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 676615d commit 8f86638Copy full SHA for 8f86638
.github/workflows/build-php.yml
@@ -155,7 +155,7 @@ jobs:
155
- name: Build PHP
156
run: |
157
cd ../static-php-cli
158
- ./bin/${{ env.SPC_BINARY }} build --build-cli "${{ env.PHP_EXTENSIONS }}" --with-libs="${{ env.PHP_LIBS }}"
+ ./bin/${{ env.SPC_BINARY }} build --build-cli "${{ env.PHP_EXTENSIONS }}" --with-libs="${{ env.PHP_LIBS }}" --debug
159
cd ../php-bin
160
161
- name: Get built PHP version
0 commit comments