Hi, And who could actually verify this? Thanks. Stefan Manegold wrote:
On Wed, Jul 14, 2010 at 05:53:09PM -0400, dariuszs wrote:
So, is this a bug? Thanks.
most probably --- question is whether in the MonetDB PHP interface or in PHP itself ...
Which version of MonetDB are you using?
Your problem looks similar to the one reported in http://bugs.monetdb.org/show_bug.cgi?id=2343 which should be solved as of the Feb2010-SP1 release.
Stefan
dariuszs wrote:
Hi, I'm using PHP 5.3.1
Arjen de Rijke wrote:
dariuszs
writes: Hi, PHP does not return rows from the query when the result set reaches the size about 30KB, returns fine when it's less. Thanks.
which exact php version are you using? Php versions older than 5.3 are known to contain bugs handling referenced variables. And they are used in the php_mapi implementation.
Arjen de Rijke