| Shared Hosting Questions about your shared hosting account. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) | |
|
Registered User
Comfy Contributor
Joined in Jun 2004
Hosted on Sync
229 posts
Gave thanks: 3
Thanked 0 times
|
php5 only servers?
does surpass have servers with only php5?
apparently, when you use php on the servers (at least mine) that has both php5 and php4, if you run php5, you cannot change local settings (register globals, etc etc). thi sis because with php5, it runs as CGI compiled, and you cannot use php.ini to change the settings. you can either live without it, or use php4 Looks like the phpsuexec implementation is a little premature, as it has already presented problems. running php5, I cannot even start a session. it tries to write the session file to /tmp , but running as phpsuexec, I am running under my own user name, and it is forbidding me write access to that directory. I cannot change where sessions write their files because I am unable to change any settings with thephp.ini file (phpsuexec already disables changing settings using .htaccess) I suggest surpass disable the use and advertisement of php5 +php4. its implementation is premature. I'd be scared to run php5 right now, as register_globals is on, and I am unable to change any settings. I cant even start a session. Quote:
|
|
|
|
|
|
|
#2 (permalink) |
|
01101100
Super #1
Joined in Jan 2006
Lives in West Michigan
Hosted on SH92
1,606 posts
Gave thanks: 49
Thanked 114 times
|
I would not think they would have shared servers with only php5 as there are some apps that probably still require php4 to work.
Have you thought of moving to a VPS ever? You can run php5 only in a VPS if choose to do so. You have complete control over your own environment in a VPS.
__________________
twinlakeweather.us SH92 |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Comfy Contributor
Joined in Jun 2004
Hosted on Sync
229 posts
Gave thanks: 3
Thanked 0 times
|
unfortunately, i cannot afford the VPS service. I mainly have my website as a play toy to learn new languages and ideas. so the cost/benefit ratio isn't good for me at this point. It is just too much overkill for me for what I need. Unfortunately, because of my desire to learn/use php5, i might end up having to leave surpass, which would be hard to do. Been here for a long time, and I haven't found another hosting company that offers as much as surpass.
but what is VPS exactly? is it like dedicated? a better explanation might be nice. Do I get everything I want that I get from the Shared service? Do I have to manage and install everything myself? |
|
|
|
|
|
#5 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,079 posts
Gave thanks: 48
Thanked 131 times
|
Virtual Private Server... It's essentially a shared server with allocated resources for each user.
I'm sorta waiting on a response from Paul. We may have good news on the PHP5 front. Though it's being relayed through Kayla as my e-mails to Paul kept getting rejected. |
|
|
|
|
|
#6 (permalink) | |
|
01101100
Super #1
Joined in Jan 2006
Lives in West Michigan
Hosted on SH92
1,606 posts
Gave thanks: 49
Thanked 114 times
|
Quote:
However, a plus is that you can install and change things yourself which gives you the ability to start learning to manage your own server. A VPS is a dedicated server using Virtual server technology that can have many virtual spaces in one machine. What happens in your space, stays in your space. This is why you can customize it any way that you want.
__________________
twinlakeweather.us SH92 |
|
|
|
|
|
|
#8 (permalink) | |
|
Registered User
Comfy Contributor
Joined in Jun 2004
Hosted on Sync
229 posts
Gave thanks: 3
Thanked 0 times
|
Quote:
in meantime, id rather stay with surpass, so ill have to think about the vps option |
|
|
|
|