Setting a site to use PHP5 instead of 4 on web.uvic.ca Posted by mholmes on 25 Feb 2008 in R & D, Activity log, Documentation In the .htaccess: SetEnv UVPHP_VERSION 5 In the PHP.ini if you have a custom one: Set the include path: /usr/local/php5/lib/php Just the .htaccess if you do not have a custom php.ini file. This entry was posted by Martin and filed under R & D, Activity log, Documentation.