Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filliph/docker-php-apache
https://github.com/filliph/docker-php-apache
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/filliph/docker-php-apache
- Owner: filliph
- Created: 2018-11-13T13:05:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T14:34:28.000Z (almost 3 years ago)
- Last Synced: 2023-12-21T19:39:44.026Z (11 months ago)
- Language: Shell
- Size: 305 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-Apache
PHP 5.3, 5.4 and 5.5 [reached EOL](http://php.net/eol.php) a good while ago and thus, official docker support was [dropped](https://github.com/docker-library/php/pull/20). If you need to test legacy applications, these images might help.
# What is 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).
> [wikipedia.org/wiki/PHP](http://en.wikipedia.org/wiki/PHP)
![logo](https://raw.githubusercontent.com/docker-library/docs/master/php/logo.png)