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:
1
NEWS
1
NEWS
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user