View Full Version : PHP 4 and PHP 5 together?
hauerland
01-31-2008, 09:42 AM
Sorry for stupid question :confused: . Is it possible to have different PHP versions for each domain? Letīs say first domain runs in PHP5 and second in PHP4? How can I do this? Thank you for your help!
sjlplat
01-31-2008, 09:47 AM
I believe you can only use one or the other for the entire account. It cannot be broken down by addons and subdomains.
hauerland
01-31-2008, 09:51 AM
I believe you can only use one or the other for the entire account. It cannot be broken down by addons and subdomains.
I thought it can be done via setting up different php.ini :confused:
sjlplat
01-31-2008, 09:56 AM
It may be possible if you contact support, but cPanel only has 3 options:
PHP4 without FastCGI
PHP5 with FastCGI
PHP5 without FastCGI
The configuration applies to the entire account.
You can also generate php.ini files for IonCube and SourceGuardian from the same place.
is it possible to to have different php configurations between websites using a different php.ini / .htaccess in each website folder?
linFox
02-01-2008, 05:43 AM
is it possible to to have different php configurations between websites using a different php.ini / .htaccess in each website folder?
You sure can, the only prerequisite to using different php.ini files is that you have FastCGI off.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.