|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
how many of you are still using PHP4.x instead of PHP5.x ?
hosting companies: which one of you still have PHP4 installed on your servers ?
PHP developers: how many of you still have (or write) codes written at the "PHP4 age" that won't use the new features on PHP5.x of even worse: won't work on PHP5.x ? |
|
|
|
|
|
#2 |
|
Confirmed User
Industry Role:
Join Date: Sep 2007
Location: North Carolina
Posts: 538
|
I always try to keep my software up2date. Newer the better normally
__________________
Skype rhcp011235 | Cell Phone 212.812.9043 | Email [email protected]
|
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
|
My servers are all at 5.2.x right now.
__________________
Skype variuscr - Email varius AT gmail |
|
|
|
|
|
#4 |
|
My Sig was too Big! :(
Join Date: Feb 2006
Posts: 1,126
|
5.2.x only now
|
|
|
|
|
|
#5 |
|
Damn Right I Kiss Ass!
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,422
|
I use PHP 1.7
It has everything I need except MYSQL, cURL and a few other useless things. |
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Feb 2005
Location: Montreal
Posts: 3,018
|
Most of my servers are PHP 5.2.4 -- except for a couple dedicated clients who specifically asked NOT to be upgraded because the software they are using is not optimized for PHP5
![]() |
|
|
|
|
|
#7 | |
|
Mostly retired
Industry Role:
Join Date: Apr 2006
Location: UK
Posts: 3,231
|
Quote:
Although I'm sure some PHPro will come in here and inform me that the reason for this wasn't the change from PHP 4 to 5, but because of less-than-stringent php.ini settings.
__________________
|
|
|
|
|
|
|
#8 |
|
So Fucking Banned
Industry Role:
Join Date: Apr 2001
Location: the beach, SoCal
Posts: 107,089
|
Our default install is 4.*
|
|
|
|
|
|
#9 |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
why is that ? backward compatibility ? too many programmers need 4.* ?
|
|
|
|
|
|
#11 |
|
So Fucking Banned
Industry Role:
Join Date: Apr 2001
Location: the beach, SoCal
Posts: 107,089
|
|
|
|
|
|
|
#12 |
|
Adult Content Provider
Industry Role:
Join Date: May 2005
Location: Europe
Posts: 18,243
|
I changed like 6 months ago.
|
|
|
|
|
|
#13 |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
exaggerations... exaggerations... |
|
|
|
|
|
#14 |
|
Confirmed User
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,229
|
You would not believe how many hosting companies still install php4.
__________________
Mechanical Bunny Media Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development |
|
|
|
|
|
#15 | |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
Quote:
_____________________________ |
|
|
|
|
|
|
#16 |
|
Too lazy to set a custom title
Join Date: Mar 2002
Location: Australia
Posts: 17,393
|
I think I only have one server left that's running 4, and it's about to be retired. I don't specifically code for 5+ but I did have to make some modifications when I installed it. This kind of thing works in 4, but gets stuck in an endless loop in 5:
$i = 0; while (isset($blah[$i])) $blah[$i] = trim($blah[$i++]); (I know you can use array_walk, but I coded that before I'd heard of that function.) |
|
|
|
|
|
#17 |
|
Confirmed User
Join Date: Aug 2002
Posts: 1,844
|
i use directadmin and it can come with 4.4 and/or 5.2 also. anyway upgrading is very simple with custombuild.
|
|
|
|