|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-05-01 08:39 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 03:00:01 2025 UTC |
Sybase queries loop if more than 10000 rows returned. The culprit is in sybsql.c ... ** turn on row buffering ** buffer maximum 10,000 rows, I think it's enough */ (void) sprintf(rbuf,"%i",10000); Can this limit be removed or put into php3.ini?