[MonetDB-users] php mapi
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.
dariuszs
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
------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- ==================================================================== CWI, Kamer L330 Centrum voor Wiskunde en Informatica Science Park 123 Email: arjen.de.rijke@cwi.nl 1098 XG Amsterdam tel: +31-(0)20-5924305 Nederland +31-(0)6-51899284 fax: +31-(0)20-5924312 ===================== http://www.cwi.nl/~rijke/ ====================
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
------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
So, is this a bug? Thanks. 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
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
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
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4199 |
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
On Thu, Jul 15, 2010 at 01:27:51PM -0400, dariuszs wrote:
Hi, And who could actually verify this? Thanks.
The submitter of bug 2343 verified that our fix works in his case (see bug report). In cae you are using Feb2010-SP1 or later, and still experience your problem, it might not be the same as reported in 2343. In that case, please file a detailed bug report with sufficient information (and data) for us to reproduce the problem. Stefan
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
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4199 |
Hi, Where do I download the latest version for Windows, there is nothing under the latest folder. Thanks. Stefan Manegold wrote:
On Thu, Jul 15, 2010 at 01:27:51PM -0400, dariuszs wrote:
Hi, And who could actually verify this? Thanks.
The submitter of bug 2343 verified that our fix works in his case (see bug report).
In cae you are using Feb2010-SP1 or later, and still experience your problem, it might not be the same as reported in 2343.
In that case, please file a detailed bug report with sufficient information (and data) for us to reproduce the problem.
Stefan
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
The latest released version (after Jun2010 was retracted) is Feb2010-SP2 which you can find in http://dev.monetdb.org/downloads/Windows/Feb2010-SP2/ There is a release candidate for the Jun2010-SP1 version in http://dev.monetdb.org/downloads/testing/Windows/Jun2010-SP1/ On 2010-07-15 20:09, dariuszs wrote:
Hi, Where do I download the latest version for Windows, there is nothing under the latest folder. Thanks.
Stefan Manegold wrote:
On Thu, Jul 15, 2010 at 01:27:51PM -0400, dariuszs wrote:
Hi, And who could actually verify this? Thanks.
The submitter of bug 2343 verified that our fix works in his case (see bug report).
In cae you are using Feb2010-SP1 or later, and still experience your problem, it might not be the same as reported in 2343.
In that case, please file a detailed bug report with sufficient information (and data) for us to reproduce the problem.
Stefan
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 > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
participants (4)
-
Arjen de Rijke
-
dariuszs
-
Sjoerd Mullender
-
Stefan Manegold