drupal-docker / php

Dockerized PHP for Drupal :droplet::whale:
https://hub.docker.com/r/drupaldocker/php/
MIT License
38 stars 51 forks source link

Set allow_url_fopen to On for php:cli #20

Closed zaporylie closed 8 years ago

zaporylie commented 8 years ago

Some settings on your machine make Composer unable to work properly. Make sure that you fix the issues listed below and run this script again:

The allow_url_fopen setting is incorrect. Add the following to the end of your php.ini: allow_url_fopen = On