Apache: v.2.2.14
PHP: 5.3.1
PostgreSQL: 8.4
XAMPP: version 1.7.3
2
-
3Looks like you should ask this on serverfault.com .shamittomar– shamittomar2010-09-02 12:57:36 +00:00Commented Sep 2, 2010 at 12:57
-
oh I'm sorry. I didn't realize that.John Bautista– John Bautista2010-09-02 13:35:29 +00:00Commented Sep 2, 2010 at 13:35
Add a comment
|
2 Answers
XAMPP ships with a php_pgsql.dll/so, i.e. all you have to do is to edit the php.ini and remove the semicolon before
extension = php_pgsql.dll
and then restart the apache.
1 Comment
Frank N
Googlers, this is also the answer to the —deeply misleading— phpPgAdmin error message:
your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.