Skip to content

Commit 1707de5

Browse files
author
Fillip Hannisdal
authored
Update README.md
1 parent a248491 commit 1707de5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# docker-php-apache
1+
# PHP-Apache
2+
3+
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.
4+
5+
# What is PHP?
6+
7+
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).
8+
9+
> [wikipedia.org/wiki/PHP](http://en.wikipedia.org/wiki/PHP)
10+
11+
![logo](https://raw.githubusercontent.com/docker-library/docs/master/php/logo.png)

0 commit comments

Comments
 (0)