From 484043a5a1d4c992b9488461dd14dabcc877b6fe Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 20 Feb 2023 13:54:55 +0100 Subject: [PATCH] Enable JIT --- .github/workflows/ci.yml | 2 +- .github/workflows/windows-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fefbe3a081..552dc6b7363 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.1' - ini-values: zend.assertions=1, assert.exception=1 + ini-values: zend.assertions=1, assert.exception=1, opcache.enable_cli=1, opcache.jit=function, opcache.jit_buffer_size=512M tools: composer:v2 coverage: none extensions: none, curl, dom, filter, intl, json, libxml, mbstring, opcache, openssl, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 8bc4039113e..396b6fff8d8 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -55,7 +55,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.0' - ini-values: zend.assertions=1, assert.exception=1 + ini-values: zend.assertions=1, assert.exception=1, opcache.enable_cli=1, opcache.jit=function, opcache.jit_buffer_size=512M tools: composer:v2 coverage: none extensions: none, curl, dom, filter, intl, json, libxml, mbstring, openssl, opcache, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter