The function stripos not compatible with PHP4.
more http://br.php.net/manual/pt_BR/function.stripos.php#76170

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Eric-Alexander Schaefer’s picture

Status: Patch (to be ported) » Needs review
FileSize
704 bytes

Thanks for your patch. I integrated the call to strpos and stristr directly, because i do not want to define a stripos function since that could interfere with other modules.
I attached the patch. I will commit it tomorrow night (+0200) if nobody has objections, because we need to roll a new release asap.

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

Found this problem after uploading a 7MB audio file to a preview... groan. Ah well, upload it again now.

Thanks for the patch. I've checked the code (fine) and applied it, and it works fine.

Eric-Alexander Schaefer’s picture

Status: Reviewed & tested by the community » Fixed

http://drupal.org/cvs?commit=118763
Thanks to krishnap and chris.morgan!

Fixed in Release 5.x-1.15.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.