Skip to content

Commit d766e91

Browse files
committed
Merge branch 'PHP-8.1'
2 parents a1f5c8a + eb8ea14 commit d766e91

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

NEWS

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ PHP NEWS
88
. Fixed bug GH-9227 (Trailing dots and spaces in filenames are ignored).
99
(cmb)
1010

11-
- DOM:
12-
. Fixed bug #79451 (Using DOMDocument->replaceChild on doctype causes
13-
double free) (NathanFreeman)
14-
1511
- Streams:
1612
. Fixed bug GH-9316 ($http_response_header is wrong for long status line).
1713
(cmb, timwolla)

ext/dom/node.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#endif
2121

2222
#include "php.h"
23-
2423
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
2524
#include "php_dom.h"
2625

@@ -1004,7 +1003,6 @@ PHP_METHOD(DOMNode, replaceChild)
10041003
xmlNodePtr newchild, oldchild, nodep;
10051004
dom_object *intern, *newchildobj, *oldchildobj;
10061005
int stricterror;
1007-
bool replacedoctype = false;
10081006

10091007
int ret;
10101008

0 commit comments

Comments
 (0)