From 66e8672fc0902220e5a606438d208f7a8e52ddd5 Mon Sep 17 00:00:00 2001
From: Emiel Bruijntjes Reading php.ini variables
You can only retrieve predefined variables from the php.ini. It is thus not - possible to call Php::ini_get() with random strings. If you want to define + possible to call Php::ini_get() with random strings. If you want to use your own variables, you must first register them in the get_module() function before you can call Php::ini_get() to retrieve the current values.