ID: 29945 Updated by: [EMAIL PROTECTED] Reported By: hinrichs at islco dot com -Status: Open +Status: Closed Bug Type: SimpleXML related Operating System: WINNT PHP Version: 5.0.1 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2004-09-02 05:43:23] hinrichs at islco dot com Description: ------------ Putting a long URL into simplexml_load_file: symptom: Apache does not return any data. Chopping params off the query to make it < 255 characters long, however, works. Reproduce code: --------------- simplexml_load_file('http://aws-beta.amazon.com/onca/xml?Service=AWSProductData&SubscriptionId=1WY05MXT3WM2PXMB12G2&AssociateTag=harappabazaar&ResponseGroup=Medium&Operation=ItemSearch&SearchIndex=Electronics&BrowseNode=281052&ItemPage=1&Sort=price&MaximumPrice=40000&MinimumPrice=30000'); Expected result: ---------------- For it to work same as shorter urls. Actual result: -------------- Document contains no data; apache crashes. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29945&edit=1
