Re: Apache, Php and postgresql on windows

Поиск
Список
Период
Сортировка
От Randy Moller
Тема Re: Apache, Php and postgresql on windows
Дата
Msg-id 20060120192259.D18D99DC99D@postgresql.org
обсуждение исходный текст
Ответ на Apache, Php and postgresql on windows  ("Abhishek Goyal" <abhishek.goyal@hotmail.com>)
Список pgsql-php
By default the pgsql functions are not enabled in php on windows. Check your
php.ini file, and if necessary, import the pgsql.dll file from the full zip
(not the cgi-based install) into wherever you're housing your php
extensions, then look for the line "extension=php_pgsql.dll" in your php.ini
file and uncomment it (remove the ";" from in front of it.

Then the pg_ functions should be available to you.

Z-

-----Original Message-----
From: pgsql-php-owner@postgresql.org [mailto:pgsql-php-owner@postgresql.org]
On Behalf Of Abhishek Goyal
Sent: Friday, January 20, 2006 11:57 AM
To: pgsql-php@postgresql.org
Subject: [PHP] Apache, Php and postgresql on windows

Hello Everyone,

I have installed apache, php and postgresql on my system. Now i am calling
pg_connect() function. If i run the php script through command line
everything is working fine. But when i run the same script through apache 2,

it gives me an error

Fatal error: Call to undefined function pg_connect()

It seems in apache, php isn't able to access php_pgsql.dll, Where as in
command line execution it is able to.

What can be a possible fix for this.

-Abhishek

_________________________________________________________________
NRIs, Free Money Transfers to over 30 Million Visa Cards in India.
http://creative.mediaturf.net/creatives/icicibank/MSN_VISA_TOL.htm


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


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.21/235 - Release Date: 1/19/2006



В списке pgsql-php по дате отправления:

Предыдущее
От: "Abhishek Goyal"
Дата:
Сообщение: Apache, Php and postgresql on windows
Следующее
От:
Дата:
Сообщение: Re: Apache, Php and postgresql on windows