Fix GH-13764: xsl cannot build on PHP 8.4 (#13770)

Move some of the DOM APIs from the non-public php_dom.h header to the
public header xml_common.h.
This commit is contained in:
Niels Dossche 2024-03-20 19:03:09 +01:00 committed by GitHub
parent 4d51bfa270
commit e1630381b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 43 additions and 42 deletions

View file

@ -23,7 +23,6 @@
#include "php_xsl.h"
#include <libxslt/variables.h>
#include "ext/libxml/php_libxml.h"
#include "ext/dom/php_dom.h"
#include "ext/dom/namespace_compat.h"