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
This commit is contained in:
rvelices
2014-02-03 21:15:19 +00:00
parent d7a1ca37b9
commit 3736ea89c8
5 changed files with 0 additions and 158 deletions
-4
View File
@@ -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))