How can I make it so that each user (with Apache's mod_userdir) has a php.ini file in their home directory that gets used along w/ the system php.ini (currently in /etc/php5/php.ini?
Cheers!
EDIT: This requires PHP 5.2.x, basically this server can't run PHP 5.3 because of legacy code.
EDIT: Most solutions with .htaccess and php_value won't work here because we use FastCGI with SuExec