Liquid Fire Posted August 21, 2009 Share Posted August 21, 2009 Does anyone know of any good hosting companies that allow you to host PHP 5.3? At list point in time I would much rather not go the route of a VPS because 1. They tend to be a bit more expensive and 2. Shared hosting would work for use right now but IF i have to do VPS to get PHP 5.3 I guess I will. Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/ Share on other sites More sharing options...
nrg_alpha Posted August 21, 2009 Share Posted August 21, 2009 I can't speak for other providers, but I am waiting for mine (GoDaddy) to make the switch over to 5.3 as well. But they have a history of not upgrading right away. On the one hand, I can only presume it is to make sure there are no surprise security issues and what not.. but on the other hand, holding off too long isn't good either. Especially in this case, as 5.3 is a big enough jump from 5.2 imo (being that it incorporates some features that originally were going to be held off for version 6). But yeah, it might take some time for 5.3 to become truly mainstream. I guess it's on a case by case basis, completely dependant on the hosting provider in question. Have you checked some of the more popular providers (blue host, host gator, etc..) to see what their current specs are? (some sites might only specify PHP 5, so you might have to use some sort of live chat that they may have to poke and prod to find out) Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-903491 Share on other sites More sharing options...
maxcell Posted January 4, 2010 Share Posted January 4, 2010 I know that Hostek.com started offering PHP 5.3.1 on both their Linux and Windows Servers. You just gotta let them know when placing an order that you want PHP 5.3.. Been with them for some time now and pretty happy Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-988015 Share on other sites More sharing options...
simpletext Posted January 20, 2010 Share Posted January 20, 2010 I started a list of PHP 5.3 providers: http://nephtaliproject.com/php_53_hosts/index.php Use the form on the page to let me know of any others. Hope this helps Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-999022 Share on other sites More sharing options...
Mchl Posted January 20, 2010 Share Posted January 20, 2010 Use the form on the page to let me know of any others. Hope this helps I hate your form. I wrote a long description of my host, but for whatever reason your form decided the url I use to access their webpage is not a valid url and it send my work to /dev/null Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-999036 Share on other sites More sharing options...
simpletext Posted January 21, 2010 Share Posted January 21, 2010 Sorry, the description is limited to 500. What was the url you tried to enter? Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-999110 Share on other sites More sharing options...
oni-kun Posted January 21, 2010 Share Posted January 21, 2010 Use the form on the page to let me know of any others. Hope this helps I hate your form. I wrote a long description of my host, but for whatever reason your form decided the url I use to access their webpage is not a valid url and it send my work to /dev/null $fp = fopen('/dev/null', w+) fputs($fp, $Mchl->longdesc); fclose($fp); That's the source code. Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-999175 Share on other sites More sharing options...
Mchl Posted January 21, 2010 Share Posted January 21, 2010 $fp = fopen('/dev/null', w+) fputs($fp, $Mchl->longdesc); fclose($fp); That's the source code. Syntax error. And not one. Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-999189 Share on other sites More sharing options...
Mchl Posted January 21, 2010 Share Posted January 21, 2010 Sorry, the description is limited to 500. What was the url you tried to enter? I believe it was shorter than 500 chars. The URL had a trailing slash at the end. It seems that removing it fixes the issue. Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-999191 Share on other sites More sharing options...
oni-kun Posted January 21, 2010 Share Posted January 21, 2010 Sorry, the description is limited to 500. What was the url you tried to enter? I believe it was shorter than 500 chars. The URL had a trailing slash at the end. It seems that removing it fixes the issue. Your time of the month? Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-999568 Share on other sites More sharing options...
willeadie Posted March 21, 2010 Share Posted March 21, 2010 Tried for a month to get GoDaddy up and running on 5.3. Terrible. Went to A2 hosting, up and running very quickly; can even use ver. 6! Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-1029624 Share on other sites More sharing options...
Daniel0 Posted March 21, 2010 Share Posted March 21, 2010 Tried for a month to get GoDaddy up and running on 5.3. Terrible. Went to A2 hosting, up and running very quickly; can even use ver. 6! There is no such thing as PHP 6 at the moment. The name of the next release has not been decided. Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-1029642 Share on other sites More sharing options...
Mchl Posted March 21, 2010 Share Posted March 21, 2010 Part of confusion arises from php.net itself, for example: http://snaps.php.net/ While you might want to try it out, do not use PHP 6 for production purposes. There's no telling when it will be actually released, and what features from current development versions will it contain. Just stick to 5.3 for now. Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-1029650 Share on other sites More sharing options...
PugJr Posted March 21, 2010 Share Posted March 21, 2010 Whats so critical that you must have 5.3 over 5.2? Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-1029695 Share on other sites More sharing options...
Mchl Posted March 21, 2010 Share Posted March 21, 2010 goto Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-1029713 Share on other sites More sharing options...
Daniel0 Posted March 21, 2010 Share Posted March 21, 2010 Whats so critical that you must have 5.3 over 5.2? Why don't you just read the changelog? Anyway, here are just a few of the changes off the top of my head: * Namespaces * Late static binding * Lambda expressions * goto * NOWDOC * Phar * General runtime and GC improvements * Per host/path sections in php.ini * Numerous additions to the SPL * libmysql is replaced by the faster mysqlnd * Extra date/time functionality such as date diffs and DateInterval * Dynamic access of static class members Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-1029771 Share on other sites More sharing options...
willeadie Posted March 23, 2010 Share Posted March 23, 2010 Whats so critical that you must have 5.3 over 5.2? Late. Static. Binding. Quote Link to comment https://forums.phpfreaks.com/topic/171321-php-53-hosting/#findComment-1030311 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.