Skip to content

Commit c631102

Browse files
authored
Merge pull request #10887 from DKhalil/patch-2
Add XML functions to ImpureFunctionsList #10882
2 parents 7fe1005 + 718bdf3 commit c631102

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,6 +254,9 @@
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
// mail
258261
'mail' => true,
259262
];

0 commit comments

Comments
 (0)