ID: 27597
Updated by: [EMAIL PROTECTED]
Reported By: ritchie at ipowerhouse dot com
-Status: Open
+Status: Assigned
Bug Type: PostgreSQL related
-Operating System: Debian Stable
+Operating System: *
-PHP Version: 5.0.0b4 (beta4)
+PHP Version: 5CVS-2004-03-15
-Assigned To:
+Assigned To: helly
New Comment:
The patch r1.296 seems to have broken this.
(see ext/pgsql/pgsql.c:1450-1465, the 1458-1465 is never used)
Previous Comments:
------------------------------------------------------------------------
[2004-03-15 11:16:33] ritchie at ipowerhouse dot com
Ok, it's the same on the latest snapshot,
What I'm getting is the _first record_ of the record set
returned ad infinitum. This var_dump on $a, was taken
after dropping out of the loop after 10 interations. But I
recieved none of the other records only the first.
array(4) { ["name"]=> string(14)
"affiliate_name" ["value"]=> string(11)
"ipowerhouse" ["affiliate_id"]=> string(2)
"-1" ["category"]=> string(3) "iph" }
------------------------------------------------------------------------
[2004-03-15 09:53:49] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php5-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5-win32-latest.zip
And what exactly DOES it return?
(do a var_dump() on the $a variable)
------------------------------------------------------------------------
[2004-03-14 18:23:33] ritchie at ipowerhouse dot com
Apache 2.0.48/ PG 7.4.1
Hi there, I have a large framework which uses the code, so
I don't have a small test case. However, I just compiled
php4.3.4 and everything works fine. My only change was to
load module 4.3.4 instead of php5 beta 4 in httpd.conf. So
it is definitly a php5 issue.
------------------------------------------------------------------------
[2004-03-14 14:45:43] ritchie at ipowerhouse dot com
Description:
------------
looping a recordset based on pg_fetch_array() returning
false results in an infinite loop
Reproduce code:
---------------
function xi_fetch_array($rs,$type=PGSQL_ASSOC) {
$a = pg_fetch_array($rs,NULL,$type) ;
return $a ;
}
I use this in previous version with no problem.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27597&edit=1