hubbadubba
02-15-2007, 10:14 PM
On my dev server, I was able to install PHP5 as an apache module, then build PHP4.4.4 from scratch and enable it as a CGI. Now what do I do? :o
By default PHP handles files ending in .php and files ending in .php3 and .php4 are handled by PHP4 via cgi.
Do I tell hosting customers to create an .htaccess script and use mod-rewrite for their web folders with apps that only work in php4?
Or do is a sed command or something like that to recursively change all the file extensions and references to .php throughout the site folder to .php4?
By default PHP handles files ending in .php and files ending in .php3 and .php4 are handled by PHP4 via cgi.
Do I tell hosting customers to create an .htaccess script and use mod-rewrite for their web folders with apps that only work in php4?
Or do is a sed command or something like that to recursively change all the file extensions and references to .php throughout the site folder to .php4?