![]() |
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 ? |
I always try to keep my software up2date. Newer the better normally :) plus php5 has a lot of neat features.
|
My servers are all at 5.2.x right now.
|
5.2.x only now
|
I use PHP 1.7
It has everything I need except MYSQL, cURL and a few other useless things. |
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 :eek7
|
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. |
Our default install is 4.*
|
Quote:
|
runnin 4.* is like running ms dos these days
|
Quote:
|
I changed like 6 months ago.
|
Quote:
exaggerations... exaggerations... |
Quote:
|
Quote:
_____________________________ |
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.) |
Quote:
|
| All times are GMT -7. The time now is 05:06 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123