php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9594 Call to unsupported or undefined function pg_connect() in...
Submitted: 2001-03-06 22:01 UTC Modified: 2001-03-07 05:29 UTC
From: yoong at isys dot com dot my Assigned:
Status: Closed Package: PostgreSQL related
PHP Version: 4.0.4pl1 OS: redhat 6.1
Private report: No CVE-ID: None
 [2001-03-06 22:01 UTC] yoong at isys dot com dot 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-07 05:28 UTC] sasha@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-07 05:29 UTC] sasha@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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC