Skip to content

Commit

Permalink
Disable JIT until upstream bugs are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 18, 2023
1 parent 2fbf196 commit 17fc55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dockerfiles/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ffi.enable=true
opcache.memory_consumption=256M
opcache.enable=1
opcache.enable_cli=1
opcache.jit=function
opcache.jit=disable
opcache.validate_timestamps=0
opcache.jit_buffer_size=128M
opcache.file_update_protection=0
Expand Down

0 comments on commit 17fc55a

Please sign in to comment.