diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-03 18:45:16 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-03 18:45:16 +0000 |
commit | 18685d01780a8d59e2697807e3d6710e85d777e8 (patch) | |
tree | 9f08dba27c4c5aa47694727b616f5ea4361a0fc3 /www/mod_php3/pkg-descr | |
parent | 67ef35ffdda26a312da71a94457d71c921574e83 (diff) |
Notes
Diffstat (limited to 'www/mod_php3/pkg-descr')
-rw-r--r-- | www/mod_php3/pkg-descr | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/www/mod_php3/pkg-descr b/www/mod_php3/pkg-descr index f08e87f934fa..e3800e40682e 100644 --- a/www/mod_php3/pkg-descr +++ b/www/mod_php3/pkg-descr @@ -1,5 +1,4 @@ - Apache - Version 1.0 (and up) + Apache / PHP What is it? ----------- @@ -9,7 +8,14 @@ server version 1.3 (or 1.4). It fixes numerous bugs in the NCSA server and includes many frequently requested new features, and has an API which allows it to be extended to meet users' needs more easily. -Documentation -------------- +This version includes support for the dynamic page language php, +which is a more comprehensive embedded language than SSI, with +built-in support for various databases (such as mSQL, mySQL, +postgresql, Oracle, Sybase) and page counters. -All the documentation is on-line on the WWW, via the URL http://www.apache.org +For more information about apache dynamic pages and php, see: + + http://www.apacheweek.com/features/dynamicpages/ + http://php.iquest.net/ + +-andreas |