Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 3.06 KB

README.md

File metadata and controls

62 lines (49 loc) · 3.06 KB

Actions and Docker Image with PHP extensions

GitHub Release License DockerHub Stars DockerHub Pulls

Testing Publish Docker

Usage for Actions

Via GitHub Workflow

- name: PHP testing actions
  uses: 104corp/docker-php-testing@master

Usage for Docker

See Docker Hub

Supported tags and respective Dockerfile links

Extensions

  • bcmath
  • exif
  • gd
  • gmp
  • mcrypt (not supported in PHP 7.2+)
  • memcached (using 2.2.0 in PHP 5.x)
  • pdo_mysql
  • redis
    • 5.0+ in PHP 7.x
    • 4.3.0 in PHP 5.x
  • soap
  • sockets
  • zip

Tools

  • GNU Make