php function
Posted: Sun Feb 21, 2010 4:28 pm
Hello,
What are the dangerous(according to some perspective) function of php like fsockopen() which originate traffic from my site(without my knowing) and knock other site?
How to debug/trace and disable them? What i should look in the script(php) control flow?
I use xdebug? the trace file is huge for a middle weight site?
I want to know the right technique to trace/debug them.
How many function are exist of this type?
thank you.
What are the dangerous(according to some perspective) function of php like fsockopen() which originate traffic from my site(without my knowing) and knock other site?
How to debug/trace and disable them? What i should look in the script(php) control flow?
I use xdebug? the trace file is huge for a middle weight site?
I want to know the right technique to trace/debug them.
How many function are exist of this type?
thank you.