A couple of weeks ago, we upgraded php to 5.3.19. Eversince the following bug appears:When I try to get the regex out of a XML file, he only gives the last piece as result.\[code\]<?xml version="1.0" encoding="utf-8" ?><simplexml> <regex><![CDATA[/(^[a-zA-Z0-9._-]+@[a-zA-Z0-9-]+.[a-zA-Z.]{2,5}\$)|^\$/i]]></regex></simplexml>\[/code\]The result is ']{2,5}\$)|^\$/i':\[code\]> FileHandler_Xml Object( [_filenamerotected] => [_parserrotected] => [_childrenrotected] => Array ( [regex] => FileHandler_Xml_Element Object ( [_cdatarotected] => ]{2,5}\$)|^\$/i [_attributesrotected] => [_childrenrotected] => ) ) [obj] => )\[/code\]I use 'XML Parser' to parse the XML to the object above.I hope somebody can help me out with this problem?With kind regards,Pim