This article describes how to use custom php.ini files to control PHP settings for your web site.
A php.ini file contains directives for controlling many PHP settings. You can set up one or multiple custom php.ini files to define how your web site functions. For example, you might have a custom file in your /home/username/public_html directory for your web site's main pages, and a separate custom file in your /home/username/public_html/images directory for your web site's image files.
To set up a custom php.ini file, follow these steps:
lsapi_phpini /home/username/public_html/php.ini
To view a complete list of php.ini directives, please visit http://www.php.net/manual/en/ini.list.php.