How can I add PostgreSQL support in PHP bundled in XAMPP?
Apache: v.2.2.14
PHP: 5.3.1开发者_开发技巧 PostgreSQL: 8.4 XAMPP: version 1.7.3XAMPP 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.
Yes you can, check http://nl3.php.net/manual/en/book.pgsql.php
精彩评论