We've recently upgraded to PHP 7, and I'm trying to get things working. We were using a rather random xml2array program which is no longer working, and I'd like to replace it with SimpleXMLElement rather than debug it.
- PHP is generally working.
- Errors are displaying.
- Everything works as long as I don't run SimpleXMLElement or simplexml_load_file. As soon as I try and run these (using XML from PHP manual example), I get 500 error.