1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext/xml/tests
Nikita Popov e35a3cb28c ext/xml: Use object instead of resource
Use an XmlParser object instead of a resource. This is an internal
representation change, not a conversion to OO APIs. XmlParser objects
cannot be explicitly constructed, they are created through the usual
xml_parser_* APIs.

This change allows us to provide a proper get_gc() implementation,
thus resolving bugs #72793 and #76874.

xml_parser_free() is a no-op now and need not be called anymore.
2019-04-08 16:23:13 +02:00
..
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2018-10-30 18:53:03 +01:00
2019-02-03 21:03:00 +01:00
2018-10-14 19:45:12 +02:00