MadDog wrote:
I personally thing the "eggs" are a slight security problem.
Say someone wanted to hide the extensions of their code for security reasons, someone could enter a querystring and find out if it was a certain language and possible use exploits in their code. |
Well it is commonly known so it shouldn't be to difficult to extract it from source and remove it.
Most people who known what they are doing (and what to hide the fact they are using php) re-compile anyway so that they only include the php modules they need.
If the person was experience they could block any URL with the word php in it using an Apache addon.