Not dramatic, but after I applied the fix, I get a PHP E_STRICT error
referring to line 69:

$document = DOMDocument::loadXML($xml);

This needs to be changed to:

$document = new DOMDocument(); 
$document->loadXML($xml); 

Many thanks for posting this security fix!

Bernhard



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Fusion-security-fix-tp5147704p5147953.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to