Git Product home page Git Product logo

php's Introduction

PHP-FPM

GitHub stars GitHub tag Docker Stars Docker Pulls Build Status

Supported Versions

**镜像 **镜像同步状态

ccr.ccs.tencentyun.com/khs1994/php:TAG

后缀

  • 7.4.12-cli-alpine
  • 7.4.12-fpm-alpine
  • 7.4.12-unit-alpine (based cli)
  • 7.4.12-composer-alpine (based fpm)
  • 7.4.12-swoole-alpine (based cli)
  • 7.4.12-s6-alpine (based fpm)

Supported tags and respective Dockerfile links

VERSION DETAILS

Nightly

VERSION DETAILS

Overview

基于官方 PHP 修改的 Docker 镜像,添加了一些常用 PHP 扩展、Composer 和 Laravel 安装程序。

RUN

Please use docker-compose, example see khs1994-docker/lnmp.

Who use it?

khs1994-docker/lnmp use this Docker Image.

bin

  • php
  • php-cgi
  • php-config
  • phpdbg
  • phpize

sbin

  • php-fpm

Extension

pickle

$ pickle install x x1 x2-beta x3-x.y.z -n --defaults
$ docker-php-source extract

$ for ext in `ls /usr/src/php/ext`; do echo '*' $( php -r "if(extension_loaded('$ext')){echo '[x] $ext';}else{echo '[ ] $ext';}" ); done
  • bcmath
  • bz2
  • calendar
  • com_dotnet
  • ctype
  • curl
  • date
  • dba
  • dom
  • enchant
  • exif
  • ext_skel.php
  • ffi
  • fileinfo
  • filter
  • ftp
  • gd
  • gettext
  • gmp
  • hash
  • iconv
  • imap
  • intl
  • json
  • ldap
  • libxml
  • mbstring
  • mysqli
  • mysqlnd
  • oci8
  • odbc
  • opcache
  • openssl
  • pcntl
  • pcre
  • pdo
  • pdo_dblib
  • pdo_firebird
  • pdo_mysql
  • pdo_oci
  • pdo_odbc
  • pdo_pgsql
  • pdo_sqlite
  • pgsql
  • phar
  • posix
  • pspell
  • readline
  • reflection
  • session
  • shmop
  • simplexml
  • skeleton
  • snmp
  • soap
  • sockets
  • sodium
  • spl
  • sqlite3
  • standard
  • sysvmsg
  • sysvsem
  • sysvshm
  • tidy
  • tokenizer
  • xml
  • xmlreader
  • xmlrpc
  • xmlwriter
  • xsl
  • zend_test
  • zip
  • zlib

系统支持

Debian Buster 不支持 7.3 及以下(freetype-config)

More Information

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.