Refactor INI directives to configs

This commit is contained in:
Shivam Mathur
2022-01-02 19:07:31 +05:30
parent de4fdb85b9
commit 1fd26e45c8
5 changed files with 22 additions and 9 deletions

3
src/configs/ini/jit.ini Normal file
View File

@ -0,0 +1,3 @@
opcache.enable=1
opcache.jit_buffer_size=256M
opcache.jit=1235

2
src/configs/ini/php.ini Normal file
View File

@ -0,0 +1,2 @@
date.timezone=UTC
memory_limit=-1

View File

@ -0,0 +1 @@
xdebug.mode=coverage