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().

CommentFileSizeAuthor
drush_make.generate.inc_.patch514 byteshandcode
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

evNN’s picture

Status: Needs review » Reviewed & tested by the community

Just applied and tested out the patch, no issues thus far!

anarcat’s picture

Status: Reviewed & tested by the community » Fixed

bf0b0e0 in 3.x, 27f7453 in 2.x.

Status: Fixed » Closed (fixed)

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