Home » XML » XML_sql2xml » Bug #2381
limit to 64k of getXML string?
Details
| Submitted | 2004-09-23 13:55 UTC |
|---|---|
| From | roberto at aviomar dot it |
| Assigned | ifeghali |
| Status | Bogus |
| Package | XML_sql2xml |
| PHP Version | 4.3.4 |
| OS | Linux MDK 10 Power Pack |
| Roadmaps | (Not assigned) |
Comments
[2004-09-23 13:55 UTC] roberto at aviomar dot it
Description:
------------
require_once ("XML/sql2xml.php");
$sql2xmlclass = new xml_sql2xml("mysql://root:xxxxx@localhost/aviomar_print");
$xmlstring = $sql2xmlclass->getxml("select * from schede_uniche");
Expected result:
----------------
1327 records retrieved ... but only 23 ( 64000 bytes )