Dotable - the home of "No worries" hosting!  
 
Home About Products F.A.Q Network Status Affiliates Support Contact Search Terms
Welcome to Dotable. Dotable currently hosts more than 15,000 domains for clients in all corners of the globe, so we must be doing something right! Dotable is all about people, and without people Dotable would not be where it is today. We value our clients and work hard with them and for them, so they can achieve their online goals. Our client's success is our success. Dotable's staff has more than 40 years of combined experience in hosting. Our products range from single domain hosting, through to fully managed dedicated servers. We invite you to inspect our products from the links below. We're here to serve you so sing out if you need anything. Welcome to Dotable!
Host one domain Multiple domains Reseller accounts VPS accounts Dedicated servers Register domains Backup space
Go Back   Dotable - Dot your Domains > Dotable Announcement Forum
Reply
 
LinkBack Thread Tools Display Modes
Old 3rd July 2006, 09:08 PM   #1 (permalink)
Retired - Gone Fishin'
 
Dotable Steve's Avatar
 
Join Date: Jun 2006
Location: Auckland
Posts: 1,444
Thumbs up PHP5 is now available on all servers!

Dear Clients,

As promised, we have now installed php5 onto all of our servers.
PHP5 and PHP4 are running concurrently on each server.

They are both installed as apache modules (mod_php5 + mod_php4).
Having both versions of php available as modules, rather than running 1 of them as a CGI, is better as your existing scripts and permissions will need no modification, in order to run under php4 or php5.

All you have to do to run existing or new scripts via php5 is either place a .htaccess file within the directory that you want to run php5, with the following within it.

Code:
AddType application/x-httpd-php5 .php
OR

You can also name a file with a .php5 extension (no .htaccess modification required), so that you can run both versions of php within 1 directory if you wanted to

You are able to place a .htaccess file within any directory and run different versions of php, all within the same site.
Of course a .htaccess file placed within your public_html directory, will enable you to run php5 scripts anywhere on your site, you don't have to place a .htaccess file within every directory.

You can also use 'php_value' directives within your .htaccess files as well, just like you can with php4. The syntax is just slightly different.
You would use

php5_value rather than php_value if you run php5 within that directory.

You can see your servers php configuration via

Mercury
PHP4 - http://mercury.dotable.com/phpinfo.php
PHP5 - http://mercury.dotable.com/phpinfo.php5

Venus
PHP4 - http://venus.dotable.com/phpinfo.php
PHP5 - http://venus.dotable.com/phpinfo.php5

Earth
PHP4 - http://earth.dotcolo.com/phpinfo.php
PHP5 - http://earth.dotcolo.com/phpinfo.php5

Mars
PHP4 - http://mars.dotcolo.com/phpinfo.php
PHP5 - http://mars.dotcolo.com/phpinfo.php5

Jupiter
PHP4 - http://jupiter.dotcolo.com/phpinfo.php
PHP5 - http://jupiter.dotcolo.com/phpinfo.php5

Saturn
PHP4 - http://saturn.dotcolo.com/phpinfo.php
PHP5 - http://saturn.dotcolo.com/phpinfo.php5

Neptune
PHP4 - http://neptune.dotcolo.com/phpinfo.php
PHP5 - http://neptune.dotcolo.com/phpinfo.php5

Pluto
PHP4 - http://pluto.dotcolo.com/phpinfo.php
PHP5 - http://pluto.dotcolo.com/phpinfo.php5

Voyager
PHP4 - http://voyager.dotcolo.com/phpinfo.php
PHP5 - http://voyager.dotcolo.com/phpinfo.php5

Kangaroo
PHP4 - http://kangaroo.dotauserver.com/phpinfo.php
PHP5 - http://kangaroo.dotauserver.com/phpinfo.php5

Enterprise
PHP4 - http://enterprise.dotcolo.com/phpinfo.php
PHP5 - http://enterprise.dotcolo.com/phpinfo.php5

Bob and I hope that you enjoy working with php5 as well as php4 on your Dotable accounts.
Dotable Steve is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 3rd July 2006, 09:51 PM   #2 (permalink)
Senior Member
 
Join Date: Apr 2006
Posts: 214
Default

Thank you for the addition of PHP5.

Was PHP4 running as CGI or Apache module prior to this update?
mylinear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 3rd July 2006, 09:52 PM   #3 (permalink)
Senior Member
 
Join Date: Nov 2005
Posts: 131
Default

Sweeeet.. Awhile ago, you were just introduced and now you got PHP5 running on the servers.. Just how fast do you work?

A little off track: could you get Mercury and Venus to be ".dotcolo.com" as well? It have been on Bob's whiteboard for some time..
dericknwq is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 3rd July 2006, 09:53 PM   #4 (permalink)
Member
 
Klian's Avatar
 
Join Date: Apr 2005
Posts: 98
Default

Thanks for this addon
__________________
- Tutoriales PHP
- Programas para Mac
Klian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 3rd July 2006, 09:56 PM   #5 (permalink)
My Kids Stole My Sanity
 
Join Date: Jun 2006
Posts: 16
Default

This is great! I have a few scripts I was going to have to get another account somewhere for as they run php5.

Now there are no worries about it!

Thanks, Bob and Steve!
P-nut is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 3rd July 2006, 09:57 PM   #6 (permalink)
Retired Dotable Founder
 
Aussie Bob's Avatar
 
Join Date: Mar 2005
Location: Land down under
Posts: 4,085
Default

Quote:
Originally Posted by P-nut
Now there are no worries about it!
Aussie Bob is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 3rd July 2006, 10:07 PM   #7 (permalink)
Retired - Gone Fishin'
 
Dotable Steve's Avatar
 
Join Date: Jun 2006
Location: Auckland
Posts: 1,444
Default

mylinear, php4 has always been mod_php4 (module) nothing has been changed at all there.

dericknq - I will discuss that with Bob regarding the server names.

I hope you all enjoy using php5
Dotable Steve is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 3rd July 2006, 10:31 PM   #8 (permalink)
Senior Member
 
Join Date: May 2005
Location: Farnham, Surrey, GB
Posts: 883
Default

__________________
Joshua Powell
Josh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 4th July 2006, 02:30 AM   #9 (permalink)
Yes, I am Here!!
 
Join Date: May 2006
Posts: 6
Default

that was fast

Somebody sometime mentioned windows



Cheers!
Punjabi
Punjabi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 4th July 2006, 06:09 AM   #10 (permalink)
Retired - Gone Fishin'
 
Dotable Steve's Avatar
 
Join Date: Jun 2006
Location: Auckland
Posts: 1,444
Default

Quote:
Somebody sometime mentioned windows
Indeed, I'm a big fan of .NET2 as well these days, so it won't be too far away.
Dotable Steve is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Go Back   Dotable - Dot your Domains > Dotable Announcement Forum


All times are GMT +10. The time now is 10:49 AM.


Home About Products F.A.Q Network Status Affiliates Support Contact Search Terms

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
©2009 Dotable. Part of the UK2 Group.