IspCP & PHP - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: IspCP & PHP (/thread-462.html) |
IspCP & PHP - Ryuuku - 05-01-2007 12:14 AM Hi all Question about php version which is used by IspCP 1- I think IspCP installed by defaut php 4 ... ( Is it flase ? ) 2- Is it compatible with php 5 ? 3- And maybe for a future, does IspCP could be installed only whith php 5 ? Tcho Ryu ! RE: IspCP & PHP - BeNe - 05-01-2007 12:55 AM Per default is PHP4 running with FastCGI. But you can also change to PHP5. It should be installed on your Server. In the future there will be a PHPManager in the GUI to switch between PHP4 & PHP5. At this time you must do it by hand. RE: IspCP & PHP - Ryuuku - 05-01-2007 12:58 AM ok switch between php4 & 5 means that we will be able to use only php5 ? and so .. remove php4 ? RE: IspCP & PHP - BeNe - 05-01-2007 01:46 AM No! That means that one Domain can use PHP4 and an other Domain PHP5 at the same time. That makes FastCGI for you Later you can do it with subdomain also... RE: IspCP & PHP - schnere - 05-01-2007 03:54 AM There should be the ability to use PHP4 and PHP5 at the same time for the same domain, too. So you should be able to decide if you want to use *.php for PHP4 and *.php5 for PHP5 or *.php for PHP5 and *.php4 for PHP4. This would be great, because some users want to use both PHP4 and PHP5... RE: IspCP & PHP - raphael - 05-01-2007 07:57 AM if you really want both, go and play with apache's config file ;-) otherwise you'll have to wait RE: IspCP & PHP - schnere - 05-01-2007 02:48 PM It's not a problem to configure both manualy. It's just a wish for future releases! |