Skip to content

Commit 027c451

Browse files
committed
See if zend_string_addref exists in the dll
1 parent 1910740 commit 027c451

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

+2
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ jobs:
259259
run: .github/scripts/windows/build.bat
260260
- name: Test
261261
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
262264
BENCHMARKING:
263265
name: BENCHMARKING
264266
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'

0 commit comments

Comments
 (0)