Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.1 KB

File metadata and controls

42 lines (26 loc) · 1.1 KB

PHP

PHP is a server-side scripting language designed for web development, but which can also be used as a general-purpose programming language. PHP can be added to straight HTML or it can be used with a variety of templating engines and web frameworks. PHP code is usually processed by an interpreter, which is either implemented as a native module on the web-server or as a common gateway interface (CGI).

source: php

Links

Docker Hub GitHub

Quickstart:

PHP 5.6 + Apache

docker run -dP drupaldocker/php:5.6-apache

Environmental variables

n/a

PHP (dev)

Links

Docker Hub GitHub

Quickstart:

PHP 5.6 + Apache

docker run -dP drupaldocker/php-dev:5.6-apache

Environmental variables

n/a