From: | "Muhyiddin A(dot)M Hayat" <middink(at)indo(dot)net(dot)id> |
---|---|
To: | <pgsql-php(at)postgresql(dot)org>, <Glenn_Wiens(at)via-christi(dot)org> |
Subject: | Re: Connection problems |
Date: | 2004-04-06 18:31:12 |
Message-ID: | 009701c41c05$57572680$667a9fca@MIDDINKS |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
If you install your php from .zip.The php_pgsql.dll file is pleaced in
PHP\extensions.
Just open your php.ini in c:\windows or c:\winnt. then edit:
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:/PHP/extensions"
In Dynamic Extensions selections uncomment : extension=php_pgsql.dll
----- Original Message -----
From: <Glenn_Wiens(at)via-christi(dot)org>
To: <pgsql-php(at)postgresql(dot)org>
Sent: Tuesday, April 06, 2004 8:52 PM
Subject: [PHP] Connection problems
> 1. I am running a PostgreSQL server on a linux machine.
> 2. I am developing PHP on my windows workstation.
> 3. I am able to make connections from my win workstation to my PG database
> via JDBC.
> 4. When I try to make a PHP connection, it complains that the
php_pgsql.dll
> is missing.
>
> What do I need to install on my workstation to get this to work?
>
> Thanks.
>
> Glenn Wiens
> Senior Database Administrator
> Via Christi Health System
> Information Technology
> voice: 316.261.8447
> fax: 316.660.0025
>
>
> This message may contain information that is confidential and/or legally
> privileged. It is intended only for the use of the individual(s) and
entity
> named as recipients in the message. If you are not an intended recipient
of
> this message, please notify the sender immediately and delete the material
> from any computer; do not deliver, distribute or copy this message, and do
> not disclose its contents or take any action in reliance on the
information
> it contains. Views expressed in this e-mail are those of the individual
> sender and may not necessarily reflect the views of Via Christi Regional
> Medical Center. Thank you.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
From | Date | Subject | |
---|---|---|---|
Next Message | Yasmine Kedoo | 2004-04-07 08:59:50 | PHP Username & Password Detection From PSQL Database |
Previous Message | Robby Russell | 2004-04-06 14:15:23 | Re: Connection problems |