Apache: v.2.2.14
PHP: 5.3.1
PostgreSQL: 8.4
XAMPP: version 1.7.3
views:
83answers:
2
+2
A:
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.
VolkerK
2010-09-02 13:43:08
thanks! Already did that! :D
2010-09-03 13:58:32