All,
I have some code that works just fine when register_global s is on, however,
for obvious reasons, I am trying to rework the code so that I can disable
register_global s.
I have set my error_reporting to E_ALL, and am logging it to a file so that
I can review it.
Are there any "steps" to take in successfully updating the code ? Or do I
just run each and every page looking for errors ?
Any pointers would be appreciated.
Thanks.
I have some code that works just fine when register_global s is on, however,
for obvious reasons, I am trying to rework the code so that I can disable
register_global s.
I have set my error_reporting to E_ALL, and am logging it to a file so that
I can review it.
Are there any "steps" to take in successfully updating the code ? Or do I
just run each and every page looking for errors ?
Any pointers would be appreciated.
Thanks.
Comment