drupal-docker / php

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

Dev variation with xdebug support #6

Closed zaporylie closed 8 years ago

slashrsm commented 8 years ago

Great addition. Could we also add variant with fpm?

slashrsm commented 8 years ago

Would be great to add ini configuration for dev environments too (error_reporting, display_errors, ...).

Would probably also make sense to also re-evaluate opcache settings (specially opcache.revalidate_freq).

zaporylie commented 8 years ago

Would be great to add ini configuration for dev environments too (error_reporting, display_errors, ...). Would probably also make sense to also re-evaluate opcache settings (specially opcache.revalidate_freq).

:+1:

Could we also add variant with fpm?

Generally - sure, why not. I will consider it for sure. The only "problem" I see is that both fpm and xdebug use the same port by default, but we could change default port for xdebug.

slashrsm commented 8 years ago

Generally - sure, why not. I will consider it for sure. The only "problem" I see is that both fpm and xdebug use the same port by default, but we could change default port for xdebug.

Sure, that should work.