|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3476 | block | always | 05-05-09 11:37 | 10-14-09 16:26 | |
|
|
|||||
| Reporter: | jredden | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | urgent | OS Version: | |||
| Status: | closed | Product Version: | 3.1.8 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.2 | ||
|
|
|||||
| 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. |
||||
| Steps To Reproduce: | |||||
| 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. |
||||
| Relationships | |||||
| Attached Files: |
|
||||
| Notes | |||||
|
|
|||||
|
|
||||