Edit report at http://bugs.php.net/bug.php?id=52090&edit=1

 ID:                 52090
 Updated by:         u...@php.net
 Reported by:        gsx1022 at gmail dot com
 Summary:            mysql_fetch_assoc returns infinite number of records
-Status:             Feedback
+Status:             Bogus
 Type:               Bug
 Package:            MySQL related
 Operating System:   Linux x86
 PHP Version:        5.3.2
 Block user comment: N

 New Comment:

Closing upon request of the bug reporter.


Previous Comments:
------------------------------------------------------------------------
[2010-08-21 13:18:52] gsx1022 at gmail dot com

It was my fault all the time. The error was in my code. Sorry for
bothering you. 

Please close this report.

------------------------------------------------------------------------
[2010-08-18 19:34:43] gsx1022 at gmail dot com

Finally, I have set up a test system, and compiled snapshot 201008181230
on it. 

It works fine! However, if I copy the libphp5.so file from this test
system to 

any of the servers where the error occurs, and restart apache, the bug
is still 

there! Please help me figure out what is causing this issue. I am
clueless.



Thanks,

gsx1022

------------------------------------------------------------------------
[2010-08-09 03:23:37] fel...@php.net

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



------------------------------------------------------------------------
[2010-07-06 20:12:30] gsx1022 at gmail dot com

I am sorry, I was not clear enough. I wanted to say, that it will take
some time 

for me to set up a test box, but wanted to share my other findings
earlier. I do 

know that you are volunteers, and that others have work to do too.

------------------------------------------------------------------------
[2010-07-06 19:02:37] johan...@php.net

As reference, here the output I get:





array(3) {

  ["name"]=>

  string(4) "root"

  ["level"]=>

  string(1) "0"

  ["parent"]=>

  NULL

}

<br /><br />array(3) {

  ["name"]=>

  string(5) "error"

  ["level"]=>

  string(1) "1"

  ["parent"]=>

  string(4) "root"

}

<br /><br />array(3) {

  ["name"]=>

  string(11) "index_index"

  ["level"]=>

  string(1) "1"

  ["parent"]=>

  string(4) "root"

}

<br /><br />array(3) {

  ["name"]=>

  string(11) "error_error"

  ["level"]=>

  string(1) "2"

  ["parent"]=>

  string(5) "error"

}

<br /><br />array(3) {

  ["name"]=>

  string(12) "error_denied"

  ["level"]=>

  string(1) "2"

  ["parent"]=>

  string(5) "error"

}

<br /><br />

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    http://bugs.php.net/bug.php?id=52090


-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52090&edit=1

Reply via email to