Closed (fixed)
Project:
Drush
Version:
5.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2008 at 19:50 UTC
Updated:
13 Jun 2008 at 04:03 UTC
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.