Re: [pgadmin-hackers] PHP configuration options

2003-08-03 Thread Dave Page
done.

 -Original Message-
 From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] 
 Sent: 01 August 2003 21:03
 To: [EMAIL PROTECTED]
 Cc: Dave Page
 Subject: PHP configuration options
 
 
 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
 
 

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


Re: [pgadmin-hackers] PHP configuration options

2003-08-03 Thread Jean-Michel POURE
On Sunday 03 August 2003 21:06, you wrote:
 done.

Thanks a lot. UTF-8 display now works...
Cheers, Jean-Michel


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[pgadmin-hackers] PHP configuration options

2003-08-01 Thread Jean-Michel POURE
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


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match