kishan Posted July 24, 2008 Share Posted July 24, 2008 im having php 4 and 5 and installed postgress on php 4 and im using my windows system i am unable to install the pg sql driver for php5 i mean if i execute ->pear install MDB2_Driver_pgsql its giving the error : "pear/MDB2_Driver_pgsql requires PHP extension "pgsql" No valid packages found" i had my php extension set to :extension=php_pgsql.dll how can i solve this please reply Link to comment https://forums.phpfreaks.com/topic/116381-php-postgress-installation/ Share on other sites More sharing options...
MasterACE14 Posted July 24, 2008 Share Posted July 24, 2008 this post is in the wrong section buddy. Link to comment https://forums.phpfreaks.com/topic/116381-php-postgress-installation/#findComment-598440 Share on other sites More sharing options...
wildteen88 Posted July 24, 2008 Share Posted July 24, 2008 Make sure in your php.ini you have set the extension_dir directive to point to PHP's extension folder (eg extension_dir = "C:/php/ext") and that you have removed the semi-colon ( from in front of the "extension=php_pgsql.dll" line. Save the php.ini and restart you http server (eg Apache, IIS). If its still not working make sure PHP is reading the php.ini your editing. Link to comment https://forums.phpfreaks.com/topic/116381-php-postgress-installation/#findComment-598829 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.