mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
- Convert to USES=mysql - Switch to options helpers - Silence mkdirs - Regenerate patches with `make makepatch`
10 lines
310 B
PHP
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();
|
|
}
|