Finish the job of adding edd's patch, and add two more tests to the testsuite app

This commit is contained in:
Miles Lott 2001-11-30 04:05:07 +00:00
parent a9e47b31f0
commit 5450560dfd

View File

@ -118,6 +118,7 @@
$GLOBALS['_xh'][$parser]['isf'] = 0;
$GLOBALS['_xh'][$parser]['ac'] = '';
$GLOBALS['_xh'][$parser]['qt'] = '';
$GLOBALS['_xh'][$parser]['ha'] = '';
xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, true);
xml_set_element_handler($parser, 'xmlrpc_se', 'xmlrpc_ee');