We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5739dd0 + d6831e9 commit eb8ea14Copy full SHA for eb8ea14
NEWS
@@ -6,10 +6,6 @@ PHP NEWS
6
. Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
7
(Tim Starling)
8
9
-- DOM:
10
- . Fixed bug #79451 (Using DOMDocument->replaceChild on doctype causes
11
- double free) (NathanFreeman)
12
-
13
- Streams:
14
. Fixed bug GH-9316 ($http_response_header is wrong for long status line).
15
(cmb, timwolla)
ext/dom/node.c
@@ -20,7 +20,6 @@
20
#endif
21
22
#include "php.h"
23
24
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
25
#include "php_dom.h"
26
@@ -1004,7 +1003,6 @@ PHP_METHOD(DOMNode, replaceChild)
1004
1003
xmlNodePtr newchild, oldchild, nodep;
1005
dom_object *intern, *newchildobj, *oldchildobj;
1006
int stricterror;
1007
- bool replacedoctype = false;
1008
1009
int ret;
1010
0 commit comments