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
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: 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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC