| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #26 (permalink) |
| Senior Member Join Date: Aug 2005 Location: Uk, South Yorkshire
Posts: 1,225
![]() ![]() ![]() ![]() ![]() ![]() ![]() | Though, it's good to use PHP 5, with many fixes, and it's good to encourage hosts to upgrade, i can't see this being of any good. Many servers will still be running PHP 4, far into PHP 5. Alot of server admins won't know how to upgrade, anyone can buy a server these days, with very little knowledge of how it really works. I will still support PHP 4 in scripts, i won't drop it until, there is a huge percentage using PHP 5.
__________________ Cueburst - Support System - FAQ Knowledge Base, Tickets and more. |
| |
| | THREAD STARTER #27 (permalink) | ||||
| Senior Member Join Date: Mar 2005
Posts: 4,948
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() The people you're referring to is actually quite a small number. | ||||
| |
| | #30 (permalink) |
| NamePros Regular Join Date: Mar 2005
Posts: 442
![]() ![]() ![]() | I think this is great news. There are way too many hosts out there that only have php4. So hopefully this gets noticed enough for them to upgrade. After consideration I have decided to join in with this with my project. 5th of February should be plenty of time for the percentages to change now that php.net are discontinuing support for php4. Anyone still using php4 at that time will just have to use an older version of Ripe.
__________________ Please add to my rep points if i was helpful. Thanks. Content management system and online shop software |
| |
| | #31 (permalink) | ||||
| NamePros Regular Join Date: Feb 2006 Location: Montreal, Quebec, Canada
Posts: 324
![]() |
| ||||
| |
| | #32 (permalink) |
| NamePros Regular Join Date: May 2005 Location: England
Posts: 392
![]() ![]() ![]() | I'm slowly moving to PHP5 as a developer, the main problem is having to support two variations of the language means more effort because you have to support two branches instead of one. As for the host issue, when all major control panels shift over to allowing support for PHP5 and Apache 2.2 (why do hosts still run 1.3!?) much more easily, which cPanel will be going the end of this month, beginning of next. And others I think many more hosts will switch. Usually for people PHP and Apache come already setup, the initial setup is crucial and should be set to PHP5 and Apache 2.2 as default.
__________________ -Beaver6813.com - Web Developer Extraordinaire! |
| |
| | #33 (permalink) |
| The original NP Emo Kid Join Date: Jan 2005 Location: Plymouth, UK
Posts: 1,693
![]() ![]() ![]() ![]() ![]() ![]() | I think it is good news. But i think the website is crap. What it needs is a list of things that we would have to stop using/change etc etc.
__________________ Gaming On Linux - Because Linux is Fun! |
| |
| | #34 (permalink) |
| NamePros Regular Join Date: Oct 2005 Location: Portugal
Posts: 800
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | although i wasn't thinking of changing so soon, i already have some people interessed in scripts on php5 server's. oh well i guess better sooner then later hehehe
__________________ Joćo Fernandes Silva |
| |
| | #35 (permalink) | ||||
| NamePros Regular Join Date: Jul 2006 Location: Karachi
Posts: 791
![]() ![]() ![]() ![]() ![]() |
.I actually find php4 rather strange The day I decided to learn php I happily picked up a book on php5. I rather enjoyed the try-catch error handling and OOP features.But when I started to make my own sites I was very disappointed with the lack of support for php5. Things have changed considerably now with plenty of hosting options that support it. I look forward to the widespread adoption of php5. | ||||
| |
| | #39 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Most will probably start to switch or make provisions for people using php 4 now. 1 thing I think is a bit misleading with the go php 5 initiative is that the only reason that for example some of the hosts have put their name to it is because it is free advertising and nothing to do with them wanting php 5 to advance.
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |
| | #41 (permalink) |
| Senior Member Join Date: Jul 2004 Location: Florida
Posts: 1,492
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I would have to say we finally made the plunge almost a month ago regarding PHP 5 on our newer machines. We we phase our older machines out none of our new ones will have anything less than PHP 5. It is hard to believe it has been out almost 3 years with PHP 6 on the far horizon. As a programmer I have not experienced any issues with my scripts from going from 4 to 5. We keep register_globals off. We did experience one issues from going to MySQL 5 from MySQL 4, regarding the precision limited to 65 digits instead of 256 like MySQL 4. This is no problems as PHP 5 limits its precision to 15 by default. We have been thinking about raising it to 65 too as a request from several of our clients, but have not researched if it will cause any problems with the server.
__________________ All offers are valid for 12 hours unless otherwise stated. |
| |