Sign inSign up

awokeknowing/php-mysql

By awokeknowing

Updated almost 11 years ago

php with mysql, pdo, and mod_rewrite enabled

Image
0

207

awokeknowing/php-mysql repository overview

The official php images used to come with many common extensions installed. Now they took them out and want you to install the ones you need. This is just official php with mysql, pdo, extensions, and also it enables mod_rewrite.

FROM php:5.4-apache
RUN docker-php-ext-install mysql mysqli pdo pdo_mysql lib
RUN cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load

Tag summary

Content type

Image

Digest

sha256:50ebe2e5b

Size

138 MB

Last updated

almost 11 years ago

docker pull awokeknowing/php-mysql:5.4-apache