Jump to content

please help, I can't get postgres working with php


ampersandz

Recommended Posts

We have recently switched to a multi-threaded server and now I can't get Postgres working with PHP. Please help.

 

The dl() function doesn't work with multi-threaded servers (and I've tried it).

I've tried adding extension=php_pgsql.dll into php.ini under [php_PGSQL] and [postGRES] and dynamic extensions (simultaneously and separately)

I've tried reinstalling php

I've tried using the recommended php.ini file (changing it so that extension_dir and extension=php_pgsql.dll are set)

 

the extension exists at "c:\program files\php\ext\php_pgsql.dll"

extension_dir = "c:\program files\php\ext"

The server runs IIS.

PHP version: 5.2.6.6

Postgres version: 8.3.1.876

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.