How did this happen?

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: How did this happen?

Post 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.
Cr00zng
Forum Newbie
Posts: 13
Joined: Mon Oct 05, 2009 7:15 pm

Re: How did this happen?

Post 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...
Post Reply