Drush PM cvs is using the stripos function. This function is PHP5 only.
Stripos is non case sensitive strpos, so stripos can be emulated using strpos(strtolower($variable))

What happens now is that Drush PM will delete the entire directory of the module to be updated, but due to an undefined function call (stripos) Drush is not able to proceed and download the latest version.

Attaching pathc to fix problem.

CommentFileSizeAuthor
stripos.patch356 bytesVidarls

Comments

moshe weitzman’s picture

Status: Needs review » Fixed

applied. thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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