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.
| Comment | File | Size | Author |
|---|---|---|---|
| stripos.patch | 356 bytes | Vidarls |
Comments
Comment #1
moshe weitzman commentedapplied. thanks.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.