History log of /php-src/ext/dom/xpath_callbacks.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 0c5d3db7 01-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix includes for separate builds for ext/dom (#14752)

* Update include declaration in Dom css selectors

May fix https://github.com/php/php-src/commit/88da91491069e7c16de4bbdd8325464

Fix includes for separate builds for ext/dom (#14752)

* Update include declaration in Dom css selectors

May fix https://github.com/php/php-src/commit/88da91491069e7c16de4bbdd832546400c57bd20#r143708340

* Remove pointless guards

* Fix Windows build

* Use relative path

show more ...


# 90785dd8 12-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[RFC] Improve callbacks in ext/dom and ext/xsl (#12627)