opnsense-ports/devel/cdash/files/patch-cdash-common.php
Franco Fichtner 521192fe70 */*: sync with upstream
Taken from: FreeBSD
2016-05-17 07:49:43 +02:00

10 lines
310 B
PHP

--- cdash/common.php.orig 2016-05-16 19:20:14 UTC
+++ cdash/common.php
@@ -20,6 +20,7 @@ require_once("cdash/log.php");
if (PHP_VERSION >= 5) {
// Emulate the old xslt library functions
+ libxml_disable_entity_loader(false);
function xslt_create() {
return new XsltProcessor();
}