From faea5ab837ab6393c8821f85cf8abe2723593e8e Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 5 Oct 2020 12:31:48 +0200 Subject: Throw from XmlReader::expand() if DOM extension missing Otherwise it is hard to uphold the arginfo contract for this function -- we cannot simply mirror the zpp call, as the class entry it is based on does not exist. --- ext/xmlreader/php_xmlreader_arginfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/xmlreader/php_xmlreader_arginfo.h') diff --git a/ext/xmlreader/php_xmlreader_arginfo.h b/ext/xmlreader/php_xmlreader_arginfo.h index 0d12174edf..29ee6bb013 100644 --- a/ext/xmlreader/php_xmlreader_arginfo.h +++ b/ext/xmlreader/php_xmlreader_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 65f093ef5916078c10dd4bff7e854561f153ab9c */ + * Stub hash: 7d549429c217e5c3b9c36013b6737f4e8eeccbb6 */ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_XMLReader_close, 0, 0, 0) ZEND_END_ARG_INFO() -- cgit v1.2.1