ports/devel/cdash/files/patch-cdash-common.php
Dmitry Marakasov ddc88e0638 - Fix options (MULTI->SINGLE), only single DB type is allowed
- Convert to USES=mysql
- Switch to options helpers
- Silence mkdirs
- Regenerate patches with `make makepatch`
2016-05-16 19:28:59 +00: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();
}