Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Drupal 7 PHP extensions not available #110

Open
devekko opened this issue Mar 14, 2016 · 2 comments
Open

Drupal 7 PHP extensions not available #110

devekko opened this issue Mar 14, 2016 · 2 comments

Comments

@devekko
Copy link

devekko commented Mar 14, 2016

since the last update of Devstep Drupal 7 install now complains on install about missing PHP extensions

there is no composer.json in Drupal 7 and these extensions below are optional extensions on Heroku

I think thats a regression since the code update


Unicode library Standard PHP
Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.
PHP extensions  Disabled
Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):
gd
@devekko
Copy link
Author

devekko commented Mar 14, 2016

its actually upstream? Heroku Buildpack?

composer.json fixes it

{
    "require": {
        "ext-gd": "*",
        "ext-mbstring": "*"
    }
}

@fgrehm
Copy link
Owner

fgrehm commented Apr 9, 2016

Hum... Is that composer.json fix also required on Heroku?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants