Re: Fatal error: Call to undefined function pg_connect()

Поиск
Список
Период
Сортировка
От Chris
Тема Re: Fatal error: Call to undefined function pg_connect()
Дата
Msg-id 4BFEF74F.6080101@gmail.com
обсуждение исходный текст
Ответ на Fatal error: Call to undefined function pg_connect()  (Steve.Toutant@inspq.qc.ca)
Список 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 по дате отправления:

Предыдущее
От: Steve.Toutant@inspq.qc.ca
Дата:
Сообщение: Fatal error: Call to undefined function pg_connect()
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: Fatal error: Call to undefined function pg_connect()