I don't suppose anyone knows of a script/program to try and identify
where variables are used assuming register_global s is on? I'm trying to
fix an application and would rather not turn it on as there are several
applications on the server.
I'm thinking of something which can identify use of variables (right
hand side of assignments) before definition (left hand side of assignments).
Any pointers?
where variables are used assuming register_global s is on? I'm trying to
fix an application and would rather not turn it on as there are several
applications on the server.
I'm thinking of something which can identify use of variables (right
hand side of assignments) before definition (left hand side of assignments).
Any pointers?
Comment