Uh oh!
There was an error while loading. Please reload this page.
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)
tianon
commented
Aug 9, 2016
The gist of how this works is:
|
shouze
commented
Aug 10, 2016
LGTM |
1 similar comment
yosifkit
commented
Aug 10, 2016
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)
partounian
commented
Aug 10, 2016
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? |
tianon
commented
Aug 10, 2016
No, This PR simply adds back semi-support for the strange way folks were dumping extension sources into subdirectories of |
partounian
commented
Aug 10, 2016
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? |
yosifkit
commented
Aug 10, 2016
@partounian, are you asking about figuring out which |
partounian
commented
Aug 10, 2016
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