hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Your "PHP5 on cPanel" experiences appreciated
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Your "PHP5 on cPanel" experiences appreciated

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 03-21-2006, 08:51 AM
dolay dolay is offline
Web Hosting Master
 
Join Date: Jun 2003
Location: Istanbul
Posts: 654

Your "PHP5 on cPanel" experiences appreciated


Are you using the cPanel hosting accounts with PHP version 5.01+ ?

Please share your epxriences with us.

We are already offerring but to be honest we have ever had a time to test the functionality of PHP5 installed cPanel servers personally.

We did not recieve any complains from PHP5 customers and thoughting everything is okay but I am curious if there are any Fantastico included php applications may have some problems?

Also what are the problems with PHP5? Why we yet to see 5.01+ announced as a stable version?


Thank you,

__________________
Online Games
Online Oyunlar

Reply With Quote


Sponsored Links
  #2  
Old 03-21-2006, 06:59 PM
layer0 layer0 is offline
Performance Specialist
 
Join Date: Dec 2004
Location: New York, NY
Posts: 10,338
Quote:
Also what are the problems with PHP5?
None, PHP is PHP, and PHP says PHP 5 is stable therefore it is . a cPanel PHP install isn't necessarily less stable than a standard PHP install.

I personally run PHP 5.1.x for parsing .php5 scripts and PHP 4.4.x for parsing .php4 and .php scripts. Works great for me.

__________________
MediaLayer, LLC - Lightning fast web hosting since 2005. Ask about our new pure SSD storage platform!
›› First and leading provider of LiteSpeed based hosting combined with enterprise grade hardware.
›› Free Account Migrations, Custom Solutions, and Servers in US, EU, and Asia
›› Our Application Hosting plans outperform the typical VPS. Ask us about special offers on yearly plans!

Reply With Quote
  #3  
Old 03-21-2006, 07:04 PM
inforassist inforassist is offline
Junior Guru Wannabe
 
Join Date: Aug 2004
Posts: 48
I'm running php5 on my cpanel servers since version 5.1 if i'm not mistaken and sure, i had a couple problems with a few scripts, but nothing it coulnd be fixed prontly.
Therebefor i recomend it

__________________
-----------------------------------
Does your host Hosts or its hosted ?
Host with alojamentonaweb.com
-----------------------------------

Reply With Quote
Sponsored Links
  #4  
Old 03-21-2006, 11:30 PM
dolay dolay is offline
Web Hosting Master
 
Join Date: Jun 2003
Location: Istanbul
Posts: 654
so why cpanel still suggests PHP4.xx at the default installations?

__________________
Online Games
Online Oyunlar

Reply With Quote
  #5  
Old 03-22-2006, 08:14 AM
inforassist inforassist is offline
Junior Guru Wannabe
 
Join Date: Aug 2004
Posts: 48
I guess its because many cpanel users dont have php knowlegde to path the scripts for php5 compatibility

__________________
-----------------------------------
Does your host Hosts or its hosted ?
Host with alojamentonaweb.com
-----------------------------------

Reply With Quote
  #6  
Old 03-22-2006, 10:39 PM
misterdanny misterdanny is offline
Junior Guru
 
Join Date: Feb 2006
Posts: 202
php4 and php5 are not compatible with eachother, php4 has commands that php5 doesn't, php5 has commands that php4 doesnt

php5 is not backward compatible with php. thats why most providers still provider php4 primarly. (most scripts were built on php4 and companies have not made php5 versionf of them yet)

though no one seems to realise you can run php4 and 5 on the same server

Reply With Quote
  #7  
Old 03-26-2006, 10:02 AM
BaselineAce BaselineAce is offline
Web Hosting Evangelist
 
Join Date: Aug 2004
Location: Southern NYS
Posts: 533
This is not a tutorial...

__________________
PacketAce
Because packets were meant to be delivered.
Premium Mzima Bandwith at Equinix - Secaucus, NJ


Reply With Quote
  #8  
Old 03-26-2006, 10:48 AM
dolay dolay is offline
Web Hosting Master
 
Join Date: Jun 2003
Location: Istanbul
Posts: 654
Quote:
Originally Posted by misterdanny
php4 and php5 are not compatible with eachother, php4 has commands that php5 doesn't, php5 has commands that php4 doesnt

php5 is not backward compatible with php. thats why most providers still provider php4 primarly. (most scripts were built on php4 and companies have not made php5 versionf of them yet)

though no one seems to realise you can run php4 and 5 on the same server
Are there any instruction how to install php4 and php5 at the same server?

This is kinda weird to me. How the the server will thought the php applications need php4 and php5?

I think i need to discuss with our system administrators but they told me that PHP5 may screw the cpanel installed servers and even may result with a disaster after filling the server with accounts we may be have to deal with hundreds of broken cpanel accounts at a broken dual opteron server... some nightmare scenerios scaring me.

__________________
Online Games
Online Oyunlar

Reply With Quote
  #9  
Old 03-26-2006, 11:52 AM
layer0 layer0 is offline
Performance Specialist
 
Join Date: Dec 2004
Location: New York, NY
Posts: 10,338
Quote:
Originally Posted by dolay
Are there any instruction how to install php4 and php5 at the same server?

This is kinda weird to me. How the the server will thought the php applications need php4 and php5?

I think i need to discuss with our system administrators but they told me that PHP5 may screw the cpanel installed servers and even may result with a disaster after filling the server with accounts we may be have to deal with hundreds of broken cpanel accounts at a broken dual opteron server... some nightmare scenerios scaring me.
You can run php4 as an Apache module just like a normal setup. ".php" can be parsed as php4 so that is the 'default'.

Then you can install php5 as CGI and setup Apache to use php5 for parsing files labelled with the extension ".php5"

If certain users want their ".php" to be parsed as PHP they can actually put a .htaccess file into the directory that needs that. I'm sure if you look that up you can find what you need to stick into the .htaccess.

Btw, I am not really sure how experienced your sysadmins are if they said that. PHP 5 won't screw *ANYTHING* up, cPanel doesn't even rely on PHP for anything.

HTH

__________________
MediaLayer, LLC - Lightning fast web hosting since 2005. Ask about our new pure SSD storage platform!
›› First and leading provider of LiteSpeed based hosting combined with enterprise grade hardware.
›› Free Account Migrations, Custom Solutions, and Servers in US, EU, and Asia
›› Our Application Hosting plans outperform the typical VPS. Ask us about special offers on yearly plans!

Reply With Quote
  #10  
Old 03-26-2006, 03:05 PM
misterdanny misterdanny is offline
Junior Guru
 
Join Date: Feb 2006
Posts: 202
if your using apache for your server
http://www.howtoforge.com/apache2_with_php5_and_php4

Reply With Quote
  #11  
Old 03-30-2006, 11:30 AM
tweakservers tweakservers is offline
Aspiring Evangelist
 
Join Date: Mar 2006
Posts: 415
tried php5 on 3 of our cpanel box with fantastico loaded, so far no complaints received.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
cPanel Releases cPanel, WHM 11.34 with New User Interface Web Hosting News 2012-10-16 13:09:49
cPanel Conference 2012: Branding and How to Do it Better with Felipe Gasper Web Hosting News 2012-10-09 18:00:02
Video: cPanel and Attracta Talk About Integrating SEO Tools into the Hosting Control Panel Whir Tv 2012-08-31 14:10:47
cPanel Kicks Off Automation Bootcamp Conference on Monday Web Hosting News 2011-10-07 14:49:20
cPanel to Launch Certification Program at cPanel Conference 2011 Web Hosting News 2011-09-21 18:15:42


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?