Skip to content

Commit aecf2a6

Browse files
committed
Fix GH-18877: \Dom\HTMLDocument querySelectorAll selecting only the first when using ~ and :has
Backports lexbor/lexbor@971faf1 Closes GH-19180.
1 parent e990b69 commit aecf2a6

File tree

4 files changed

+875
-547
lines changed

4 files changed

+875
-547
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ PHP NEWS
88
. The $exclude_disabled parameter of the get_defined_functions() function has
99
been deprecated, as it no longer has any effect since PHP 8.0. (Girgias)
1010

11+
- DOM:
12+
. Fixed bug GH-18877 (\Dom\HTMLDocument querySelectorAll selecting only the
13+
first when using ~ and :has). (nielsdos, lexborisov)
14+
1115
- FileInfo
1216
. The finfo_close() function has been deprecated. (timwolla)
1317
. The $context parameter of the finfo_buffer() function has been deprecated

0 commit comments

Comments
 (0)