Skip to content

Commit 12ac157

Browse files
committed
feat: turn on jit opcache for all php 8 releases
1 parent ad91fd6 commit 12ac157

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

runtime/php-80/php.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ memory_limit=3008M
1111

1212
opcache.enable=1
1313
opcache.enable_cli=1
14+
opcache.jit=1255
15+
opcache.jit_buffer_size=256M
1416

1517
; Skip this check to save a bit
1618
opcache.validate_permission=0

runtime/php-81/php.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ memory_limit=3008M
1111

1212
opcache.enable=1
1313
opcache.enable_cli=1
14+
opcache.jit=1255
15+
opcache.jit_buffer_size=256M
1416

1517
; Skip this check to save a bit
1618
opcache.validate_permission=0

runtime/php-82/php.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ memory_limit=3008M
1111

1212
opcache.enable=1
1313
opcache.enable_cli=1
14+
opcache.jit=1255
15+
opcache.jit_buffer_size=256M
1416

1517
; Skip this check to save a bit
1618
opcache.validate_permission=0

runtime/php-83/php.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ memory_limit=3008M
1111

1212
opcache.enable=1
1313
opcache.enable_cli=1
14+
opcache.jit=1255
15+
opcache.jit_buffer_size=256M
1416

1517
; Skip this check to save a bit
1618
opcache.validate_permission=0

runtime/php-84/php.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ memory_limit=3008M
1111

1212
opcache.enable=1
1313
opcache.enable_cli=1
14+
opcache.jit=1255
15+
opcache.jit_buffer_size=256M
1416

1517
; Skip this check to save a bit
1618
opcache.validate_permission=0

0 commit comments

Comments
 (0)