pkgsrc/databases/phppgadmin/MESSAGE
adrianp 723cf058be Update to 3.5.4
From the HISTORY:

> Version 3.5.4
> -------------
>
> Bugs
> * Fix security hole in include() of language file:
>    http://secunia.com/advisories/15941/
>   Check now requires that the language filename be in the list
>   of known allowed filenames.
> * Fix that functions returning cstring were not being listed
> * Make parsing of PostgreSQL 1-dimensional arrays correct.  Makes
>   named function parameter use more reliable.
> * Fix downloading of the results of multiline queries.
>
>
> Version 3.5.3
> -------------
>
> Bugs
> * Fix using schema enabled dump on non-schema enabled backend
> * Don't try setting no timeout when in safe mode
> * Reload browser after executing arbitrary SQL
> * Fix browser in RTL languages
> * Fix inability to drop database using the drop link
> * Fix last internal oid for PostgreSQL 8.0
> * Fix (again) dumping on v8 for windows, exclude dumping some objects.
>
> Translations
> * Portuguese from Francisco
>
>
> Version 3.5.2
> -------------
>
> Bugs
> * Fix export to work with release candidates and beta releases as well as finals
>  (Russell Smith)
> * Fix port selection for local connections (Russell Smith)
> * Fix timeouts on long running operations (Adrian Nida)
> * Allow Multiline character and character varying editing and inserting
> * Do browser language detection for all languages
>
> Translations
> * Japanese from Tadashi
> * Danish from Arne
2005-08-06 21:36:56 +00:00

18 lines
585 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.6 2005/08/06 21:36:56 adrianp 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
===========================================================================