php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3550 Unable to supress warning message.
Submitted: 2000-02-21 10:34 UTC Modified: 2005-03-31 16:13 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: garyflng at netvigator dot com Assigned:
Status: Wont fix Package: PostgreSQL related
PHP Version: 3.0.13 OS: Redhat 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: garyflng at netvigator dot com
New email:
PHP Version: OS:

 

 [2000-02-21 10:34 UTC] garyflng at netvigator dot com
When I use pg_Fetch _Object ( ) in a while loop like

<? php
while ($data=pg_Fetch_Object ($env ,$row);
    echo ( .............);
    $row++;
endwhile ;    ?>

warning message "unable to jump to row x on PostgresSQL result index2 " is 
shown in the web page unexpectedly and could not be suppressed.

Is it a bug ? What is the way not to show the warning messages ?

Gary


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
We are sorry, but we do not support PHP 3 related problems anymore.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC