php config changes

alt=
DannyA
@dannya
10 years ago
584 posts
There are multiple developers working on the same code base. We have a script that does a git pull of the code from a git repository to the server. However there have been some incidents that break the script.

Sysadmin suspects that there are changes to the php config, although nobody has direct access to server. Is there anything in the application that would change the php config, .htaccess file, or any other files outside of the /data directory?
updated by @dannya: 04/30/14 09:55:19PM
brian
@brian
10 years ago
10,148 posts
No. Jamroom does not have access to (or the ability to) change your PHP config. PHP config options have to be set in the main php.ini file, or overridden in the .htaccess file (and JR does not set any PHP settings in its .htaccess file).

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags