Closed (outdated)
Project:
jQ
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2008 at 15:47 UTC
Updated:
25 Sep 2020 at 07:06 UTC
Jump to comment: Most recent
The module uses a PHP5 function, but it doesn't report to be only for PHP5 in its .install file.
Comments
Comment #1
avpadernoThe called function is
strripos(), which is used to find a dot in a string. I think thatstrrpos()is enough in such cases.Comment #2
avpadernostrripos()doesn't return a different value than the one returned fromstrrpos, when searching for'.'.The use of
strripos(), is therefore perfectly useless.That function call causes the module to run only on PHP5 but the module doesn't declare this dependency from the specific version of PHP in its installation file. It would rather preferable to change the function called.
Comment #3
avpadernoI am closing this issue, which is for a not supported Drupal version.