Skip to content

Instantly share code, notes, and snippets.

@jaymecd
jaymecd / php-7_missing_extensions.md
Last active January 29, 2017 09:50
PHP-7: Misssing Extensions

PHP-7: Misssing Extensions

NB! all actions are done on alpine:3.4 within php:7.0.7.

NB! After installation, do not forget to update php.ini with extension={NAME}.so records.

Install build dependencies:

$ apk update