Re: Fatal error: Call to undefined function pg_connect() - Mailing list pgsql-php

From Chris
Subject Re: Fatal error: Call to undefined function pg_connect()
Date
Msg-id 4BFEF74F.6080101@gmail.com
Whole thread Raw
In response to Fatal error: Call to undefined function pg_connect()  (Steve.Toutant@inspq.qc.ca)
List pgsql-php
On 28/05/10 05:30, Steve.Toutant@inspq.qc.ca wrote:
>
> Hi,
> I created a php page and the code connects to my postgres database and
> do stuff...
> that works well when launched from a browser
>
> But it doesn't from a command line
> PHP myFile.php
>
> I get this error
> Fatal error: Call to undefined function pg_connect()
>
> It seems that php.exe does not recognize postgres functions.
>
> In \ms4w\Apache\cgi-bin\php.ini I have this:
> extension=php_pgsql.dll and this dll is in \ms4w\Apache\php\ext

Any errors in apache or system logs ?

Could there be something this dll is missing? I don't know much about
windows unfortunately but this may help figure out what else you need to
include:

http://www.dependencywalker.com/

--
Postgresql & php tutorials
http://www.designmagick.com/


pgsql-php by date:

Previous
From: Steve.Toutant@inspq.qc.ca
Date:
Subject: Fatal error: Call to undefined function pg_connect()
Next
From: Andrew McMillan
Date:
Subject: Re: Fatal error: Call to undefined function pg_connect()