PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_sql2xml » Bug #2381

limit to 64k of getXML string?

Details

Submitted2004-09-23 13:55 UTC
Fromroberto at aviomar dot it
Assignedifeghali
StatusBogus
PackageXML_sql2xml
PHP Version4.3.4
OSLinux 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 )