Skip to content
/ php Public

Docker php container with common extra extensions

Notifications You must be signed in to change notification settings

kolyadin/php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Docker php container with common extra extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published