diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-23 23:03:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-23 23:03:13 +0800 |
commit | 8acb0d30a077bb5b154753df123084398030354f (patch) | |
tree | 43d33269ca4f4517e522abdc95b282307a4c2a9c /lang/Makefile | |
parent | 0ad1457c9dc78ebbc1911dcd15e7d96aef6fb00d (diff) | |
download | freebsd-ports-gnome-8acb0d30a077bb5b154753df123084398030354f.tar.gz freebsd-ports-gnome-8acb0d30a077bb5b154753df123084398030354f.tar.zst freebsd-ports-gnome-8acb0d30a077bb5b154753df123084398030354f.zip |
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML. Its syntax draws upon C,
Java, and Perl, and is easy to learn. The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.
WWW: http://www.php.net/
PR: 145772
Submitted by: Alex Keda
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index fff022a32997..919808822854 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -250,6 +250,7 @@ SUBDIR += php4-overload SUBDIR += php5 SUBDIR += php5-extensions + SUBDIR += php52 SUBDIR += php_doc SUBDIR += pike72 SUBDIR += pike76 |