Return backwards compatibility to the way we handle /usr/src/php/ext/* (especially for user-supplied subdirectories looking to utilize docker-php-ext-* for non-core modules)#288
Conversation
…* (especially for user-supplied subdirectories looking to utilize docker-php-ext-* for non-core modules)
|
The gist of how this works is:
|
|
LGTM |
1 similar comment
|
LGTM |
- `java`: 8u102 (Debian) - `kibana`: 5.0.0-alpha5 - `logstash`: 5.0.0-alpha5 - `mariadb`: 5.5.51 - `php`: `--enable-ftp` (docker-library/php#287), backwards compatibility fixes (docker-library/php#288)
|
Sorry but I'm a bit new to this, and these past few issues have me confused. If I need PECL to install modules would I just use docker-php-ext-* now? |
|
No, This PR simply adds back semi-support for the strange way folks were dumping extension sources into subdirectories of |
|
Oh okay, well previously I was getting an issue for phpize previously, and couldn't figure out how to instal the Alpine dev package for that to fix the issue. Any pointers? |
|
@partounian, are you asking about figuring out which |
|
Well I just need to install the plugins for APCu, and Graphicsmagick for PHP5.5. So my question is, what's the best way to get those installed? For gmagick I am already downloading the pkg with apk testing, but can't get the plugin installed with PECL. |
Closes #269
Closes #268
Closes #266