Where is the PHP.INI in MantisBT Docker version
Posted: 11 Apr 2023, 11:30
I'm using the docker version of MantisBT.
During the admin check, I found the following warning. However to fix these, where can I find the php.ini file in the docker install of mantis to update these changes?
PHP
1) register_argc_argv php.ini directive is disabled
This directive should be disabled to increase performance (it only affects PHP in CLI mode). WARN
2) display_errors php.ini directive is disabled
For security reasons this directive should be disabled on all production and Internet facing servers. WARN
3) display_startup_errors php.ini directive is disabled
For security reasons this directive should be disabled on all production and Internet facing servers. WARN
During the admin check, I found the following warning. However to fix these, where can I find the php.ini file in the docker install of mantis to update these changes?
PHP
1) register_argc_argv php.ini directive is disabled
This directive should be disabled to increase performance (it only affects PHP in CLI mode). WARN
2) display_errors php.ini directive is disabled
For security reasons this directive should be disabled on all production and Internet facing servers. WARN
3) display_startup_errors php.ini directive is disabled
For security reasons this directive should be disabled on all production and Internet facing servers. WARN