Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malformed XML debug data is not available on PHP 7.0+ #36

Open
nitriques opened this issue Dec 7, 2017 · 0 comments
Open

Malformed XML debug data is not available on PHP 7.0+ #36

nitriques opened this issue Dec 7, 2017 · 0 comments
Assignees

Comments

@nitriques
Copy link
Member

In PHP 5.6.x I get

<errors valid="false">
            <error>Data returned is invalid.</error>
            <item>loadXML(): Opening and ending tag mismatch: link line 8 and head in Entity, line: 11</item>
            <item>loadXML(): Opening and ending tag mismatch: meta line 6 and html in Entity, line: 22</item>
            <item>loadXML(): Opening and ending tag mismatch: head line 5 and rootelement in Entity, line: 22</item>
            <item>loadXML(): Premature end of data in tag html line 4 in Entity, line: 22</item>
            <item>loadXML(): Premature end of data in tag rootelement line 1 in Entity, line: 22</item>
</errors>

In PHP 7.0+, I get

<error>Status code 400 was returned. Content-type: text/html; charset=iso-8859-1</error>

It really bugs me out that I get a 400, because I know that the endpoint returns a 200.

I need to investigate.

@nitriques nitriques self-assigned this Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant