Sign inSign up

djhr/php56-pthreads-apache

By djhr

Updated about 10 years ago

php v5.6 pthreads & apache

Image
0

939

djhr/php56-pthreads-apache repository overview

Dockerfile on GitHub

FROM djhr/php56-zts-apache

RUN apt-get update \
	&& apt-get upgrade -y \
	&& apt-get install unzip -y \
	&& cd /tmp \
	&& curl -LO https://github.com/krakjoe/pthreads/archive/PHP5.zip \
	&& unzip PHP5.zip \
	&& cd pthreads-PHP5 \
	&& phpize \
	&& ./configure \
	&& make \
	&& make install \
	&& docker-php-ext-enable pthreads \
    && rm -rf /tmp/*

Tag summary

Content type

Image

Digest

Size

162.2 MB

Last updated

about 10 years ago

docker pull djhr/php56-pthreads-apache