Merge branch 'PHP-8.0' into PHP-8.1

This commit is contained in:
George Peter Banyard 2022-08-19 13:57:19 +01:00
commit eb8ea14c66
2 changed files with 0 additions and 6 deletions

4
NEWS
View File

@ -6,10 +6,6 @@ PHP NEWS
. Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
(Tim Starling)
- DOM:
. Fixed bug #79451 (Using DOMDocument->replaceChild on doctype causes
double free) (NathanFreeman)
- Streams:
. Fixed bug GH-9316 ($http_response_header is wrong for long status line).
(cmb, timwolla)

View File

@ -20,7 +20,6 @@
#endif
#include "php.h"
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
#include "php_dom.h"
@ -1004,7 +1003,6 @@ PHP_METHOD(DOMNode, replaceChild)
xmlNodePtr newchild, oldchild, nodep;
dom_object *intern, *newchildobj, *oldchildobj;
int stricterror;
bool replacedoctype = false;
int ret;