id like to upgrade my webs from php406 to php411 but specifiing register_globals=On is not enough... because using vars non-initialized returns error... is there a way to specify that the system CAN use non-initialized vars? thats cause im driving crazy with lots of pages !!!!!! heeeeeeeeeeelp!!!!!!!! thnx
You can lower the error reporting level and simply ignore the errors.
But that is no solution, you should change your scripts so that they do not use un-initialized variables.
A forum, a FAQ, what else do you need?