Hi,
just in case you are desperate: there is an ODBC driver for PosgreSQL under Windows,
so perhaps php_odbc.dll would do (?!)
Bye
F.J.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact t
"Patrick Dunford" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On 24 Apr 2001 02:00:33 -0700 AD in php.windows, Yasuo Ohgaki said:
>
> >I also would like to have php_pgsql.dll compiled with libpq 7.1, if anyone
> >know/compiled php_pgsql.dll with 7.1 libpq.
>
On 24 Apr 2001 02:00:33 -0700 AD in php.windows, Yasuo Ohgaki said:
>I also would like to have php_pgsql.dll compiled with libpq 7.1, if anyone
>know/compiled php_pgsql.dll with 7.1 libpq.
>Could you tell where to get it?
>
>Anyway, answer to question. If you get binary from www.php4win.de, it c
On 23 Apr 2001 22:59:34 -0700 AD in php.windows, Dado Feigenblatt said:
>I just installed apache and php for win2000.
>It's working fine.
>Now I need php to talk to postgresql.
>Where can I find that module?
>What is involved in getting it to work?
>Oh, I'd rather have a binary instead of compil
In php.ini you just have to uncomment the line
;extension=php_pgsql.dll
-> extension=php_pgsql.dll
You will maybe have to configure extension_dir to something like this :
extension_dir = "c:\php4\extensions\"
I don't think the postgresql binaries for win32 exists. But if it does, I'm
interest
I also would like to have php_pgsql.dll compiled with libpq 7.1, if anyone
know/compiled php_pgsql.dll with 7.1 libpq.
Could you tell where to get it?
Anyway, answer to question. If you get binary from www.php4win.de, it comes with
php_pgsql.dll compiled with libpq 7.0.
It does not support pg_cmd