mirror of
https://github.com/php/php-src.git
synced 2026-04-01 05:02:27 +02:00
Remove xmlErrMemory from the export section for Windows, this fixes the
build. Even though the original function was renamed [1] it is hidden,
so removing this should be sufficient and not be a BC break.
[1] 130436917c
Closes GH-14719.