php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48024 pg_affected_rows(): Not supported
Submitted: 2009-04-20 11:16 UTC Modified: 2009-04-28 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: conaildo at gmail dot com Assigned:
Status: No Feedback Package: PostgreSQL related
PHP Version: 5.2.9 OS: Fedora core 10
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2009-04-20 11:16 UTC] conaildo at gmail dot com
Description:
------------
Got this error on 2 different pgsql versions.

8.3.7 and 8.1.17
8.3.7 installed from yum repos.
8.1.17 from source.

configure returns: 
checking for PQcmdTuples in -lpq... (cached) no

what could possibly cause this?
tried many different versions of libpq... nothing.

PHP Fatal error:  Call to undefined function  pg_affected_rows()



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-04-20 15:08 UTC] jani@php.net
Check the config.log file why that check fails. And before running configure again, delete config.cache! 
 [2009-04-20 17:20 UTC] conaildo at gmail dot com
yeah. did that. no change. i'll keep digging and report back tomorrow.
 [2009-04-20 18:17 UTC] jani@php.net
Then check config.log for the reason why the check fails.
 [2009-04-28 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 22:01:29 2024 UTC