Skip to content

Commit 3496ea1

Browse files
authored
Add XML functions to ImpureFunctionsList
1 parent 7d6c88e commit 3496ea1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dictionaries/ImpureFunctionsList.php

+3
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,7 @@
254254
'openssl_pkcs12_export_to_file' => true,
255255
'openssl_pkey_export_to_file' => true,
256256
'openssl_x509_export_to_file' => true,
257+
// xml
258+
'xml_parser_set_option' => true,
259+
'xml_parser_free' => true,
257260
];

0 commit comments

Comments
 (0)