Mantis Bugtracker
  

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

- Relationships

- Notes
(0004264)
nam
10-14-09 16:26

php/1x27
 

- Issue History
Date Modified Username Field Change
05-05-09 11:37 jredden New Issue
05-05-09 11:37 jredden File Added: index.php
10-05-09 11:12 ferg Priority normal => urgent
10-06-09 18:47 nam Status new => assigned
10-06-09 18:47 nam Assigned To  => nam
10-14-09 16:26 nam Status assigned => closed
10-14-09 16:26 nam Note Added: 0004264
10-14-09 16:26 nam Resolution open => fixed
10-14-09 16:26 nam Fixed in Version  => 4.0.2


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker