Sign inSign up

kolyadin/php

By kolyadin

•Updated about 6 years ago

Based on php official container with precompiled common extensions and composer

Image
2

500K+

kolyadin/php repository overview

⁠About

Official docker php image with precompiled extensions and composer.

Extra extensions are marked with star(*):

> php -m

[PHP Modules]
*bcmath
*bz2
Core
ctype
curl
date
dom
*exif
fileinfo
filter
ftp
*gd
*gettext
hash
iconv
*imagick
*intl
json
libxml
mbstring
*mcrypt
mysqlnd
openssl
*pcntl
pcre
PDO
*pdo_mysql
*pdo_pgsql
pdo_sqlite
*pgsql
Phar
posix
readline
Reflection
session
SimpleXML
*soap
*sockets
SPL
sqlite3
standard
tokenizer
*xdebug
xml
xmlreader
xmlwriter
*Zend OPcache
*zip
zlib

[Zend Modules]
*Xdebug
*Zend OPcache
⁠How to disable xdebug
rm -f /usr/local/etc/php/conf.d/xdebug.ini
⁠How to increase memory limit
echo 'memory_limit = 1G' >> /usr/local/etc/php/conf.d/extra.ini
⁠How to set timezone
echo 'date.timezone=Europe/Moscow' >> /usr/local/etc/php/conf.d/extra.ini

Tag summary

Content type

Image

Digest

Size

288 MB

Last updated

about 6 years ago

docker pull kolyadin/php:71-nodejs-8