File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ PHP NEWS
6
6
. Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
7
7
(Tim Starling)
8
8
9
- - DOM:
10
- . Fixed bug #79451 (Using DOMDocument->replaceChild on doctype causes
11
- double free) (NathanFreeman)
12
-
13
9
- Streams:
14
10
. Fixed bug GH-9316 ($http_response_header is wrong for long status line).
15
11
(cmb, timwolla)
Original file line number Diff line number Diff line change 20
20
#endif
21
21
22
22
#include "php.h"
23
-
24
23
#if defined(HAVE_LIBXML ) && defined(HAVE_DOM )
25
24
#include "php_dom.h"
26
25
@@ -1004,7 +1003,6 @@ PHP_METHOD(DOMNode, replaceChild)
1004
1003
xmlNodePtr newchild , oldchild , nodep ;
1005
1004
dom_object * intern , * newchildobj , * oldchildobj ;
1006
1005
int stricterror ;
1007
- bool replacedoctype = false;
1008
1006
1009
1007
int ret ;
1010
1008
You can’t perform that action at this time.
0 commit comments