Skip to content

Commit c379680

Browse files
nielsdosbon
authored andcommitted
Fix DOMEntity field getter bugs
- publicId could crash PHP if none was provided - notationName never worked The fields of this classs were untested. This new test file changes that. Closes phpGH-11779.
1 parent 00163a3 commit c379680

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ PHP NEWS
1212
- Core:
1313
. Fixed oss-fuzz #60741 (Leak in open_basedir). (ilutov)
1414

15+
- DOM:
16+
. Fix DOMEntity field getter bugs. (nielsdos)
17+
1518
- FFI:
1619
. Fix leaking definitions when using FFI::cdef()->new(...). (ilutov)
1720

0 commit comments

Comments
 (0)