I haven't used PHP in a long while and I am by no means an expert.
I think that this type of attack is mitigated by the fact that PHP
doesn't support threading (more accurately, PHP modules don't support
threading) - it isn't thread-safe. Thus, if you are running PHP as CGI
or even a mod...
I haven't used PHP in a long while and I am by no means an expert.
I think that this type of attack is mitigated by the fact that PHP
doesn't support threading (more accurately, PHP modules don't support
threading) - it isn't thread-safe. Thus, if you are running PHP as CGI
or even a mod...
[ more ]