diff options
author | andreas <andreas@FreeBSD.org> | 1997-09-04 02:45:16 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-09-04 02:45:16 +0800 |
commit | d7dd0c0e1b95c5793c2544097722f9e8393d436a (patch) | |
tree | d56e0d7430d816818b6ca19fe79032993721b43b /www/mod_php4/pkg-descr | |
parent | 1c221f8a634d795d09dda1ea0f988d79d8ae67b8 (diff) | |
download | freebsd-ports-gnome-d7dd0c0e1b95c5793c2544097722f9e8393d436a.tar.gz freebsd-ports-gnome-d7dd0c0e1b95c5793c2544097722f9e8393d436a.tar.zst freebsd-ports-gnome-d7dd0c0e1b95c5793c2544097722f9e8393d436a.zip |
Apache 1.2.1 + PHP support
Currently 2 kind of databases will be supported, msql and mysql
The problem is, that depending on the flavour of database you want
to support, you need a different set of patches to apache's
Makefile, so that header and loader flags, paths and libs
are correctly resolved ...
I marked this port as BROKEN, since I wasn't able, to exactly
check the whole port due to the fact, that currently I only
have one db installed. Will try to get it managed next weekend.
Well if someone is so keen, then simply remove BROKEN and you
should be able to use what's already possible ...
Diffstat (limited to 'www/mod_php4/pkg-descr')
-rw-r--r-- | www/mod_php4/pkg-descr | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/www/mod_php4/pkg-descr b/www/mod_php4/pkg-descr index f08e87f934fa..e3800e40682e 100644 --- a/www/mod_php4/pkg-descr +++ b/www/mod_php4/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 |