Closed (won't fix)
Project:
Automodal
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2011 at 20:37 UTC
Updated:
14 Nov 2013 at 11:28 UTC
Jump to comment: Most recent
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.
| Comment | File | Size | Author |
|---|---|---|---|
| automodal.patch | 2.49 KB | beck24 |
Comments
Comment #1
dsnopekI've explicitly declared the PHP 5.2 dependency in the *.info file. At this point, I think it's reasonable to require >5.2.