A basic PHP image with some pre-installed extensions that's compatible with Raspberry Pi. Automated builds are pushed whenever a new version of PHP becomes available.
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).
- opcache
- pdo pdo_mysql mysqli
- mcrypt
- intl
- gd
- gmp
If you like to see another extension added in this image, please send a pull request.