90ebf10b5a
PR: 295877 Sponsored by: UNIS Labs
12 lines
333 B
PHP
12 lines
333 B
PHP
--- lib/xml2array.php.orig 2026-06-05 14:24:55 UTC
|
|
+++ lib/xml2array.php
|
|
@@ -51,7 +51,7 @@ class xml2array {
|
|
xml_get_current_line_number($this->resParser),
|
|
$filename));
|
|
|
|
- xml_parser_free($this->resParser);
|
|
+ // xml_parser_free($this->resParser);
|
|
|
|
$output = array();
|
|
foreach ($this->arrOutput as $key => $values)
|