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 f7d82a4 commit 31fc46fCopy full SHA for 31fc46f
.github/workflows/nightly.yml
@@ -375,8 +375,6 @@ jobs:
375
echo opcache.jit_hot_func=1 >> /etc/php.d/opcache.ini
376
echo opcache.jit_hot_return=1 >> /etc/php.d/opcache.ini
377
echo opcache.jit_hot_side_exit=1 >> /etc/php.d/opcache.ini
378
- echo opcache.jit_blacklist_root_trace=255 >> /etc/php.d/opcache.ini
379
- echo opcache.jit_blacklist_side_trace=255 >> /etc/php.d/opcache.ini
380
echo opcache.file_update_protection=0 >> /etc/php.d/opcache.ini
381
echo opcache.memory_consumption=256M >> /etc/php.d/opcache.ini
382
echo opcache.interned_strings_buffer=64 >> /etc/php.d/opcache.ini
0 commit comments