php4 or 5 - 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: php4 or 5 (/thread-56.html) |
php4 or 5 - chanwork - 11-23-2006 02:27 AM from the whishlist # integrate fastcgi / suphp support # add php5 support on a "per Domain Basis" (only possible with fastcgi) Per-Domain PHP5/php.ini handling i think, we need only php5 but whiht "fastcgi" perhaps -> safe_mode can be off, and its faster than suPHP . for me **** can only use php 5.** ... whith fastcgi (php runs whith usersaccount vu****) what are you thinking? RE: php4 or 5 - xister - 11-23-2006 04:14 AM Read the Changelog. Quixxor is allready in developing fastcgi for the new cp RE: php4 or 5 - chanwork - 11-23-2006 04:24 AM yes i read it, but i dont need php4, only 5 this i mean ;D i only want fastcgi + suexec that php only exec files whit user and owner is as example vu2001:vu2001 .... -> than i can turn the safe mode off.. RE: php4 or 5 - Quix0r - 11-25-2006 09:05 AM Hmmm, FastCGI is currently "hard-wired" into ispCP. I will write a "switch" where you (you all) can choose between prefork or worker. But worker shall be the prefered choise because of it's security and speed improvements. |