How did this happen?
Moderator: General Moderators
-
cpetercarter
- Forum Contributor
- Posts: 474
- Joined: Sat Jul 25, 2009 2:00 am
Re: How did this happen?
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?
That's interesting....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.
Most of the hosting services nowadays provide PHP version 5.2.3; would the anonymous function crash this version as well?
Thanks...