Files
ports/net/phpldapadmin/files/patch-lib_xml2array.php
T
Krzysztof 90ebf10b5a net/phpldapadmin: Add support for php85
PR:		295877
Sponsored by:	UNIS Labs
2026-06-13 03:49:23 +03:00

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)