====== Changing PHP config in Apache to override php.ini ====== [[http://ie.php.net/configuration.changes|How to change php config settings in apache]] Example - Add to apache config php_value include_path ".:/usr/local/lib/php" php_admin_flag safe_mode on Other resources [[http://us.php.net/manual/en/function.ini-set.php|php ini set]] [[http://ie.php.net/manual/en/ini.list.php|php ini set list]] [[http://ie.php.net/manual/en/errorfunc.configuration.php|PHP runtime config options]]