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 e3a5c38 commit f0788a4Copy full SHA for f0788a4
.github/workflows/nightly.yml
@@ -535,7 +535,7 @@ jobs:
535
- name: Enable JIT
536
if: matrix.type != 'verify_type_inference'
537
run: |
538
- echo opcache.jit=tracing >> /etc/php.d/opcache.ini
+ echo opcache.jit=function >> /etc/php.d/opcache.ini
539
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
540
echo opcache.jit_max_root_traces=100000 >> /etc/php.d/opcache.ini
541
echo opcache.jit_max_side_traces=100000 >> /etc/php.d/opcache.ini
0 commit comments