aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.inc.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/common.inc.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/common.inc.php b/include/common.inc.php
index 35d3fad92..03ca26811 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -73,10 +73,6 @@ $header_notes = array();
$filter = array();
foreach( array(
- 'array_intersect_key', //PHP 5 >= 5.1.0RC1
- 'hash_hmac', //(hash) - enabled by default as of PHP 5.1.2
- 'preg_last_error', // PHP 5 >= 5.2.0
- 'json_encode', // PHP 5 >= 5.2.0
) as $func)
{
if (!function_exists($func))