To use PHP5 on your shared hosting server running both php4 and php5, create a file containing exactly the following contents:
Name the file php5.fcgi, place it in your /public_html directory and make it executable (chmod 777). This script tells fastcgi to use the /php/bin/php-cgi program to run php5 files. |