1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix GH-20022: docker-php-ext-install DOM failed

Closes GH-20023.
This commit is contained in:
Niels Dossche
2025-10-01 11:01:31 +02:00
parent 71f8c39962
commit b1d487a276
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -26,6 +26,7 @@ PHP NEWS
- DOM:
. Fix macro name clash on macOS. (Ruoyu Zhong)
. Fixed bug GH-20022 (docker-php-ext-install DOM failed). (nielsdos)
- GD:
. Fixed GH-19955 (imagefttext() memory leak). (David Carlier)

View File

@@ -13,7 +13,7 @@
#include <Zend/zend_API.h>
#include <php.h>
#include "ext/dom/lexbor/lexbor/selectors-adapted/selectors.h"
#include "lexbor/selectors-adapted/selectors.h"
#include "../../../namespace_compat.h"
#include "../../../domexception.h"
#include "../../../php_dom.h"