aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2014-02-03 21:15:19 +0000
committerrvelices <rv-github@modusoptimus.com>2014-02-03 21:15:19 +0000
commit3736ea89c82b9ae59d1344e82629e08d5f21f156 (patch)
tree476e35af768798d9d652f11bcd9af2848a0508b2 /include/common.inc.php
parentd7a1ca37b97b418297b8d612b56b12222e14bf3d (diff)
removed functions provided for php backward compatibility as 5.2 is now required
git-svn-id: http://piwigo.org/svn/trunk@27152 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/common.inc.php')
-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))