[SOLVED] No pgsql in <?php phpinfo(); ?>

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
asumeet
Forum Newbie
Posts: 5
Joined: Sat Feb 04, 2006 6:34 pm

[SOLVED] No pgsql in <?php phpinfo(); ?>

Post by asumeet »

I just copied the pg_sql.dll in the c:/php/ext directory. Also i have setup the extension dir in php.ini to point to c:/php/ext directory
and then restarted the apache2 server and i was not able to see any pgsql section. Is there any section dispayed for pgsql in phpinfo() ?

Thank You
Sumeet
asumeet
Forum Newbie
Posts: 5
Joined: Sat Feb 04, 2006 6:34 pm

Fixed it....

Post by asumeet »

Im a damn fool. I extracted the contents of the zip file in c:/php/ext and winrar automatically created another ext directory in c:/php/ext directory. I got it fixed and now i can see a section of pgsql in my phpinfo();

Thanks a lot
Sumeet.
Post Reply