Closed (fixed)
Project:
Drush Make
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2011 at 11:12 UTC
Updated:
27 Jul 2011 at 22:12 UTC
Hi,
deprecated function split() is used in drush_make.generate.inc.
Deprecated function: Function split() is deprecated in _drush_make_generate() (line 15 of ..../drush_make/drush_make.generate.inc).
See: http://www.php.net/en/split.
Attached patch replace split() with explode().
| Comment | File | Size | Author |
|---|---|---|---|
| drush_make.generate.inc_.patch | 514 bytes | handcode |
Comments
Comment #1
evNN commentedJust applied and tested out the patch, no issues thus far!
Comment #3
anarcat commentedbf0b0e0 in 3.x, 27f7453 in 2.x.