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 a8f44cf commit ba7f233Copy full SHA for ba7f233
.github/actions/freebsd/action.yml
@@ -112,4 +112,6 @@ runs:
112
-d zend_extension=opcache.so
113
114
export TLSC=$(pwd)/ext/opcache/jit/tls/zend_jit_tls_x86_64.c
115
- ./ext/opcache/jit/tls/testing/test.sh
+ if sapi/cli/php -r 'exit(!PHP_ZTS);'; then
116
+ ./ext/opcache/jit/tls/testing/test.sh
117
+ fi
0 commit comments