[PHP-DB] Can't get PHP PGSQL module to load

2008-06-03 Thread Zimmerli, David
Hello all, I am trying to use PostGreSQL with PHP (using Apache on Windows), but can't get the php_pgsql.dll module to load. phpinfo() reports that the loaded configuration file is C:\Program Files\PHP\php.ini. (It also reports that the Configuration File (php.ini) Path is

RE: [PHP-DB] Can't get PHP PGSQL module to load

2008-06-03 Thread Zimmerli, David
. and the extension_dir should be best specific with full path such as extension_dir = e:\webroot\php5\ext\ I tried that too. It still doesn't load. -- David Z. -Original Message- From: Eric [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 11:37 AM To: Zimmerli, David; php-db

RE: [PHP-DB] Can't get PHP PGSQL module to load

2008-06-03 Thread Zimmerli, David
] = tokenizer [17] = zlib [18] = SimpleXML [19] = dom [20] = SPL [21] = wddx [22] = xml [23] = xmlreader [24] = xmlwriter [25] = apache2handler ) -- David Z. -Original Message- From: Eric Lee [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 1:22 PM To: Zimmerli, David; php-db

RE: [PHP-DB] Can't get PHP PGSQL module to load

2008-06-03 Thread Zimmerli, David
Hmmm, this might be the problem... http://bugs.php.net/bug.php?id=44905 --David Z. -Original Message- From: Zimmerli, David Sent: Tuesday, June 03, 2008 2:59 PM To: 'Eric Lee'; php-db@lists.php.net Subject: RE: [PHP-DB] Can't get PHP PGSQL module to load Eric, extension_dir = c

RE: [PHP-DB] Can't get PHP PGSQL module to load

2008-06-03 Thread Zimmerli, David
Eric, OK, I downgraded to the 5.2.5 extension and now it loads. Thanks for your help. --David Z. -Original Message- From: Zimmerli, David Sent: Tuesday, June 03, 2008 3:15 PM To: 'Eric Lee'; 'php-db@lists.php.net' Subject: RE: [PHP-DB] Can't get PHP PGSQL module to load Hmmm