We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1910740 commit 027c451Copy full SHA for 027c451
.github/workflows/push.yml
@@ -259,6 +259,8 @@ jobs:
259
run: .github/scripts/windows/build.bat
260
- name: Test
261
run: .github/scripts/windows/test.bat
262
+ - name: Check ZEND_API zend_always_inline symbol
263
+ run: dumpbin /exports x64\Release_TS\php8ts.dll | grep zend_string_addref
264
BENCHMARKING:
265
name: BENCHMARKING
266
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
0 commit comments