This module doesn't work in php < 5.2 due to the use of the filter_input function.

I'm using php 5.1.6 for technical reasons, the php version isn't listed as a dependency. I've fixed my copy to work with any php version. If filter_input is available it will use that, otherwise it will use not-so-elegant but functional methods.

CommentFileSizeAuthor
automodal.patch2.49 KBbeck24

Comments

dsnopek’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

I've explicitly declared the PHP 5.2 dependency in the *.info file. At this point, I think it's reasonable to require >5.2.