Page 2 of 2

Re: How did this happen?

Posted: Fri Aug 13, 2010 1:30 am
by cpetercarter
I have no idea what the script would do. However, I think it would have crashed on your server as it contains two anonymous functions, which were introduced only in php 5.3.

Re: How did this happen?

Posted: Sun Aug 15, 2010 8:23 am
by Cr00zng
cpetercarter wrote:I have no idea what the script would do. However, I think it would have crashed on your server as it contains two anonymous functions, which were introduced only in php 5.3.
That's interesting....

Most of the hosting services nowadays provide PHP version 5.2.3; would the anonymous function crash this version as well?
Thanks...