Skip to content

Tags: martomo/SublimeTextXdebug

Tags

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
martomo Martijn Dijkhuizen
Run integration tests also with PHP 7.4.

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
martomo Martijn Dijkhuizen
Prevent unescaping of apostrophe and quote entities in XML response.

1.1.0

Toggle 1.1.0's commit message
Properly handle address-related errors by expecting socket.gaierror i…

…nstead of errno code.

In case of unresolvable hostname or IPv6 address specified as 'host' setting.
It would throw completely different errno on Linux (-2) or Windows (11004), when expecting errno (8).

1.0.0

Toggle 1.0.0's commit message
Package update:

Fixed: Double escaped response data when using SimpleXMLTreeBuilder. (fix #81)
Fixed: Did not properly detect whether 'max_children', 'max_data' or 'max_depth' is a valid number. (fix #59, fix #66)