0626499e8b
by Sergio Jimenez. The full change list since 2.4 is not available, and even the changes in 3.x line are too numberous to list. See package file HISTORY for details. Highlights include much more complete support for various PostgreSQL features, full support for version up to and including 8.0 beta1, localization to many languages.
18 lines
587 B
Text
18 lines
587 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.5 2004/10/09 16:23:43 jdolecek Exp $
|
|
|
|
In order to use ${PKGNAME} under Apache/PHP, include following in your
|
|
server configuration:
|
|
|
|
Include ${EGDIR}/apache.conf
|
|
|
|
This makes ${PKGNAME} available on your server as:
|
|
|
|
http://www.yourdomain.com/phppgadmin/
|
|
|
|
Your Apache server must also be configured to support PHP, and PHP
|
|
must be configured to support PostgreSQL by including this in php.ini:
|
|
|
|
extension=pgsql.so
|
|
|
|
===========================================================================
|