mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
parent
4d51bfa270
commit
e1630381b7
4 changed files with 43 additions and 42 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue