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.
1 parent ca7d0e0 commit bcd8514Copy full SHA for bcd8514
ext/xml/xml.c
@@ -253,7 +253,7 @@ static void php_xml_free_wrapper(void *ptr)
253
254
PHP_MINIT_FUNCTION(xml)
255
{
256
- xml_parser_ce = register_class_XmlParser();
+ xml_parser_ce = register_class_XMLParser();
257
xml_parser_ce->create_object = xml_parser_create_object;
258
xml_parser_ce->serialize = zend_class_serialize_deny;
259
xml_parser_ce->unserialize = zend_class_unserialize_deny;
0 commit comments