Drupal 6 modules should declare the PHP version they require by putting a line like php = 5.2 in the .info file of the module.
Drupal 6 modules should declare the PHP version they require by putting a line like php = 5.2 in the .info file of the module.
Comments
Comment #1
xanoI have no idea how to find out the exact version it requires, do you?
Comment #2
avpadernoI am sorry; this report was supposed to be for Last.fm library.
Last.fm library defines classes that only PHP5 can use, therefore it must declare its dependency from that version of PHP with a line like php = 5 in its .info file.
Comment #3
xanoAh, the classes, of course. Thank you very much for pointing this out!
Comment #4
xanoFixed and committed.
Comment #6
xano