[MS4W-Users] RE Fatal error: Call to undefined function pg_connect()
Jeff McKenna
jmckenna at gatewaygeomatics.com
Thu May 27 11:01:07 EST 2010
Steve.Toutant at inspq.qc.ca wrote:
>
> Here is the result
>
Hi Steve,
It looks like none of your dynamically loaded extensions set in php.ini
are being loaded on your machine.
What happens if you try this script, does the resulting php_i_result.txt
file contain a 'pgsql' section?
<?php
dl("php_pgsql.dll);
phpinfo();
?>
Also, I am curious, what happens if you install this same old version on
that same machine but on its C:/ drive (or another drive other than
D:/)? Meaning: download a new copy of that old MS4W version, extract at
another root, and retry your commandline tests.
-jeff
--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/
More information about the MS4W-Users
mailing list