Reviewing http://us2.php.net/manual/en/migration53.deprecated.php and http://us2.php.net/manual/en/reference.pcre.pattern.posix.php

It appears db.drush.inc uses deprecated function ereg_replace.

$ grep -r -n 'ereg' .
./.drush/provision/db/db.drush.inc:74:    $suggest_base = substr(str_replace(array('.', '-'), '' , ereg_replace('^www\.', '', $uri)), 0, 16);

Comments

Anonymous’s picture

Category: support » task
Status: Active » Fixed

Fixed in git

Status: Fixed » Closed (fixed)

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

  • Commit a00c8fe on dev-migrate_aliases, prod-koumbit, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x by mig5:
    #1035400 replace deprecated ereg_replace with preg_replace