Quote:
Originally Posted by Zester
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'll admit to that - got plenty of stuff lying around on my testbed which still uses variable names instead of $_POST['variable'], which means a lot of rewriting to do if I ever want to put that code into production.
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.