php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58777 PDO_4d Problem with too many records
Submitted: 2009-07-29 08:55 UTC Modified: 2009-10-14 09:48 UTC
From: staub at dreamis dot ch Assigned:
Status: Closed Package: PDO_4D (PECL)
PHP Version: 5.2.8 OS: Mac OS X
Private report: No CVE-ID: None
 [2009-07-29 08:55 UTC] staub at dreamis dot ch
Description:
------------
The selection of tuples of a Table works perfect until I want to retrieve more than about 15 results. Then I get a blanc page. With "LIMIT 10" it works very well. I also must say that the problem only occures when I use "select * FROM XY. 

Reproduce code:
---------------
$sth = $dbh->prepare("SELECT * FROM Stellen ORDER BY Titel LIMIT 20");
$sth->execute();


Expected result:
----------------
The dump of the result set as it does when I write "limit 10".

Actual result:
--------------
Blanc page (no error)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-10-14 09:48 UTC] php at 4d dot fr
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Fixed in version 0.2.1
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 00:01:31 2024 UTC