Skip to content

Commit f4bac9a

Browse files
committed
Actually load opcache on Azure
1 parent 18060e5 commit f4bac9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ jobs:
8383
parameters:
8484
configurationName: ${{ parameters.configurationName }}
8585
runTestsName: 'OpCache'
86-
runTestsParameters: -dopcache.enable_cli=1
86+
runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1
8787
- ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/PHP-7.4') }}:
8888
- template: test.yml
8989
parameters:
9090
configurationName: ${{ parameters.configurationName }}
9191
runTestsName: 'JIT'
92-
runTestsParameters: -dopcache.enable_cli=1 -dopcache.jit_buffer_size=16M
92+
runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.jit_buffer_size=16M

0 commit comments

Comments
 (0)