interfasys
Verified User
I know it's just been released, but how hard would it be for DA Support to create DA packages for PHP5?
No, I think we mean you, the system admin, will choose either PHP4 or PHP5jmstacey said:I'm not sure you can run two instances of two different versions of php at the same time. Even if it were possible to get them both running how would php scripts determine which one to use?
Yes, this is possible, and been done before by numerous people.jmstacey said:I'm not sure you can run two instances of two different versions of php at the same time. Even if it were possible to get them both running how would php scripts determine which one to use?
You could possible compile php5 by hand then in the httpd.conf file put the php5 module in and have it respons to only .php5 files that way all .php files would still use php4 unless they had the appending 5's.
This is just in theory though.
jlasman said:It's unlikely you'll see php4 eliminated as the default for quite some time, as it would require a lot of servers to be changed just break a lot of scripts.
More likely you'll see more and more hosts enabling it.
If your host enables php5 you can simply call it by naming your current scripts example.php5 so it's simply up to your host.
If your host won't implement it, plenty of hosts will.
Jeff