The module uses a PHP5 function, but it doesn't report to be only for PHP5 in its .install file.

Comments

avpaderno’s picture

The called function is strripos(), which is used to find a dot in a string. I think that strrpos() is enough in such cases.

avpaderno’s picture

strripos() doesn't return a different value than the one returned from strrpos, 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.

avpaderno’s picture

Version: 6.x-1.2 » 6.x-1.x-dev
Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, which is for a not supported Drupal version.