Apparently, there is no postgres extension in the php that
runs your script. Recompile/reinstall or ask your sysadmin
to do this. Check the output of phpinfo() to make sure there
is support for pgsql.
-- alex
Previous Comments:
---------------------------------------------------------------------------
[2001-03-07 05:28:34] sa...@php.net
Apparently, there is no postgres extension in the php that
runs your script. Recompile/reinstall or ask your sysadmin
to do this. Check the output of phpinfo() to make sure there
is support for pgsql.
-- alex
---------------------------------------------------------------------------
[2001-03-06 22:01:28] yo...@isys.com.my
I have successfully installed both PHP-3.0.12.6 and PostgreSQL-6.5.2-1. Both have been tested and work.
my application work fine since last year when i put it online, it is a online registration program...
However, when trying to register yesterday, I get:
Fatal error: Call to unsupported or undefined function pg_connect() in /home/httpd/html/register.php on line 2
pls help
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9594&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-u...@lists.php.net
For additional commands, e-mail: php-de...@lists.php.net
To contact the list administrators, e-mail: php-lis...@lists.php.net
Apparently, there is no postgres extension in the php that
runs your script. Recompile/reinstall or ask your sysadmin
to do this. Check the output of phpinfo() to make sure there
is support for pgsql.
-- alex
Previous Comments:
---------------------------------------------------------------------------
[2001-03-06 22:01:28] yo...@isys.com.my