mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-07 21:34:08 +07:00
Refactor INI directives to configs
This commit is contained in:
3
src/configs/ini/jit.ini
Normal file
3
src/configs/ini/jit.ini
Normal file
@ -0,0 +1,3 @@
|
||||
opcache.enable=1
|
||||
opcache.jit_buffer_size=256M
|
||||
opcache.jit=1235
|
2
src/configs/ini/php.ini
Normal file
2
src/configs/ini/php.ini
Normal file
@ -0,0 +1,2 @@
|
||||
date.timezone=UTC
|
||||
memory_limit=-1
|
1
src/configs/ini/xdebug.ini
Normal file
1
src/configs/ini/xdebug.ini
Normal file
@ -0,0 +1 @@
|
||||
xdebug.mode=coverage
|
Reference in New Issue
Block a user