Skip to content

Commit eb8ea14

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
2 parents 5739dd0 + d6831e9 commit eb8ea14

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
@@ -6,10 +6,6 @@ PHP NEWS
66
. Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
77
(Tim Starling)
88

9-
- DOM:
10-
. Fixed bug #79451 (Using DOMDocument->replaceChild on doctype causes
11-
double free) (NathanFreeman)
12-
139
- Streams:
1410
. Fixed bug GH-9316 ($http_response_header is wrong for long status line).
1511
(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)