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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: yoong at isys dot com dot my
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 12:01:29 2025 UTC