Anonymous | Login | Signup for a new account | 12-17-2024 10:51 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003476 | [Quercus] | block | always | 05-05-09 11:37 | 10-14-09 16:26 | ||||
Reporter | jredden | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | urgent | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.8 | ||||||
Summary | 0003476: (really version 3.1.9) failure in simplexml_load_string() | ||||||||
Description |
Failure of simplexml_load_string() function. This works properly in version 3.1.5 and fails in version 3.1.9. This prevented us (thus the blocker) from upgrading from version 3.1.3 to 3.1.9. |
||||||||
Additional Information |
See attached file, index.php, that should be parsed correctly. Here is the code that was used to capture the attached document: printf("xmls: %s ::::\n", $content); $this->xmls = simplexml_load_string($this->content); printf("xmls: %s ::::\n", $this->xmls->dealerShip->details->entry->value->name); For 3.1.5, $this->xmls->dealerShip->details->entry->value->name resolves correctly. In 3.1.9 it fails. It seems that simplexml_load_string is failing at certain nested levels. |
||||||||
Attached Files | index.php [^] (34,852 bytes) 05-05-09 11:37 | ||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |