I must be dense. I'm trying to get the php_pgsql.dll to load. In the php.ini I have made the following changes:
Uncommented "extension=php_pgsql.dll";
Changed "extension_dir" to have the reference "C:\PHP\Extensions\";
Placed the php_pgsql.dll file in the "C:\PHP\Extensions\" directory.
Upon executing the relevant page, I get the following error:
PHP Warning: Unable to load dynamic library 'C:\PHP\Extensions\php_pgsql.dll' - The specified procedure could not be found. in Unknown on line 0
I'm not sure what I'm doing wrong. Any hints?
Thanks.
--Brent