Posts Tagged ‘PHP Configuration’

Many times we face problem that our application require some PHP configuration changes to run application properly. Suppose if your application requires global_registers flag off, now what to do?

On local server we are free to modify PHP configuration file (php.ini) to make necessary changes. But problem arise when we are on public shared severs. Because hosting company will not change php settings for you, because on shared server these changed will be reflected on all sites hosted on that server. They can’t change it for your individual domain. No worries here are two options to change settings of PHP on shared servers.

(more…)