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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.