summaryrefslogtreecommitdiff
path: root/devel/cdash/files/patch-cdash-common.php
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cdash/files/patch-cdash-common.php')
-rw-r--r--devel/cdash/files/patch-cdash-common.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/cdash/files/patch-cdash-common.php b/devel/cdash/files/patch-cdash-common.php
new file mode 100644
index 000000000000..d43964320b5e
--- /dev/null
+++ b/devel/cdash/files/patch-cdash-common.php
@@ -0,0 +1,10 @@
+--- cdash/common.php.orig 2015-08-05 14:20:51.000000000 +0000
++++ cdash/common.php 2015-08-05 14:21:39.038187339 +0000
+@@ -20,6 +20,7 @@
+
+ if (PHP_VERSION >= 5) {
+ // Emulate the old xslt library functions
++ libxml_disable_entity_loader(false);
+ function xslt_create() {
+ return new XsltProcessor();
+ }