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