Skip to content

Commit

Permalink
Merge pull request #10887 from DKhalil/patch-2
Browse files Browse the repository at this point in the history
Add XML functions to ImpureFunctionsList #10882
  • Loading branch information
orklah committed Apr 28, 2024
2 parents 7fe1005 + 718bdf3 commit c631102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dictionaries/ImpureFunctionsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@
'openssl_pkcs12_export_to_file' => true,
'openssl_pkey_export_to_file' => true,
'openssl_x509_export_to_file' => true,
// xml
'xml_parser_set_option' => true,
'xml_parser_free' => true,
// mail
'mail' => true,
];

0 comments on commit c631102

Please sign in to comment.