PHP configuration options

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Cc: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: PHP configuration options
Date: 2003-08-01 20:03:27
Message-ID: 200308012203.27809.jm.poure@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dear Dave,

Hi again. There is also another requirement for PHP: --enable-trans-sid

This option allows to manage sessions without cookies, which is fine in the
case of a public site like pgAdmin. A summary of needed ./configure options:

./configure --without-mysql
--with-pgsql=/usr/local/pgsql
--with-gettext
--with-apxs=/usr/local/apache/bin/apxs
--with-iconv
--enable-mbstring=all
--enable-trans-sid
--enable-wddx
--enable-magic-quotes

Cheers,
Jean-Michel

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-08-01 20:11:42 Re: Website preview
Previous Message Jean-Michel POURE 2003-08-01 14:27:24 Re: Snake Php configuration