opnsense-ports/devel/cdash/files/patch-cdash-common.php
Franco Fichtner b24d17cf65 */*: sync with upstream
Taken from: FreeBSD
2015-08-07 08:26:23 +02:00

10 lines
327 B
PHP

--- 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();
}