Skip to content

Commit

Permalink
Fix xml?
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed May 1, 2020
1 parent 8129099 commit dae4f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/xxe/disable_xxe_simplexml.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Disable XXE
if (!extension_loaded("simplexml")) echo "skip";
?>
--EXTENSIONS--
simplexml
xml
--INI--
sp.configuration_file={PWD}/config/disable_xxe.ini
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion src/tests/xxe/disable_xxe_simplexml_oop.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Disable XXE
if (!extension_loaded("simplexml")) echo "skip";
?>
--EXTENSIONS--
simplexml
xml
--INI--
sp.configuration_file={PWD}/config/disable_xxe.ini
--FILE--
Expand Down

0 comments on commit dae4f78

Please sign in to comment.