PHP5 scripts
-
Hi all,
I use WordPress with RunPHP plugin to integrate some php scripts in my blog.
My host support either PHP4 or PHP5. If I want to use a PHP5 script, I need to add a ‘.php5’ extension to the end of the file name. So, a ‘file.php5’ executes PHP5 scripts where ‘file.php’ executes only PHP4 scripts.
But, I really need to execute a PHP5 only script within WordPress. Thus, I need to tell to WordPress to generate ‘.php5’ files. Is this possible? I tried to add the ‘.php5’ extension at the end of my ‘index.php’, but didn’t work. Any idea?
Regards,
Cary
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP5 scripts’ is closed to new replies.