Copy your servers PHP.INI
Occasionally you may need to override your hosts or servers PHP.INI config file. If you do, you’ll want a copy of the original PHP.INI as a basis for your modifications.
You can make a copy of it to your new directory by running a PHP script with the following
1 | < ?php system("cp /usr/local/php5/lib/php.ini /home/your-new-path/php.ini"); ?> |
