diff --git a/src/Request/Config/KernelConfigClass.php b/src/Request/Config/KernelConfigClass.php
index 4471945..b89a912 100644
--- a/src/Request/Config/KernelConfigClass.php
+++ b/src/Request/Config/KernelConfigClass.php
@@ -192,7 +192,7 @@ class KernelConfigClass
 		foreach (self::$libArray as $lib)
 			$appProperties["app.process.LIB"] .= ("-l".$lib." ");
 
-		$appProperties["app.process.DYNAMIC_LOADING"] = "true";
+		$appProperties["app.process.DYNAMIC_LOADING"] = "false";
 		$appProperties["app.process.plugins.xml"]     = KERNEL_CONFIG_DIR.'/plugins.xml';
 
                 $appProperties["app.process.plugins.xsd"]     = AMDA_KERNEL_DIR.'/config/xsd/parser/plugins.xsd'; 
--
libgit2 0.21.2