summaryrefslogtreecommitdiff
path: root/lang/php53/MESSAGE
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-16 15:31:58 +0000
committertaca <taca@pkgsrc.org>2010-03-16 15:31:58 +0000
commita89488620183930936b61bc92cc08f89976c9dbd (patch)
tree28f742c6d54850b24e5a6a523798796e41f48889 /lang/php53/MESSAGE
parent5d36ea3cc25db80ae6423292a8995a8f8a28bbf7 (diff)
downloadpkgsrc-a89488620183930936b61bc92cc08f89976c9dbd.tar.gz
Importing PHP 5.3.2 as lang/php53.
This package and lang/php5 aren't installed at the same time. Setting PHP_VERSION_DEFAULT as "5" or "53" to select PHP 5.2.x or 5.3.x. PHP is an HTML-embedded scripting language. It is modular, with some object-oriented features. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The language is designed to allow web developers to write dynamically generated pages quickly.
Diffstat (limited to 'lang/php53/MESSAGE')
-rw-r--r--lang/php53/MESSAGE11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php53/MESSAGE b/lang/php53/MESSAGE
new file mode 100644
index 00000000000..c15db1e713f
--- /dev/null
+++ b/lang/php53/MESSAGE
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2010/03/16 15:31:58 taca Exp $
+
+To process PHP scripts, you will need a PHP-enabled HTTP server. You may
+either configure the HTTP server to use the PHP CGI binary located in
+
+ ${CGIDIR}/php
+
+or you may install a PHP module for your HTTP server, e.g. www/ap-php.
+
+===========================================================================