History log of /php-src/ext/xml/tests/bug81481.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# b41e90c6 06-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix bug #81481 (xml_get_current_byte_index limited to 32-bit numbers on 64-bit builds) (#14845)

The return value is long in both expat and expat2 (with XML_LARGE_SIZE
not set).