diff options
author | plegall <plg@piwigo.org> | 2014-10-06 10:46:06 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-10-06 10:46:06 +0000 |
commit | 2a839be3b6554003e0c3ffe07e2a35b6d43174e1 (patch) | |
tree | c31c8b144d9b12af695e7ba24f198cbc5129c5d2 /include/common.inc.php | |
parent | 1dfbbbf11d31ec637e0e250f4b1f1daea88ef247 (diff) |
merge r29904 from trunk to branch 2.7
bug 3078: avoid zlib issue on Ubuntu 14.04 (PHP 5.5) and maybe other systems
git-svn-id: http://piwigo.org/svn/branches/2.7@29905 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/common.inc.php')
-rw-r--r-- | include/common.inc.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index d282da5a1..e3f4a16c7 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -72,8 +72,10 @@ $header_msgs = array(); $header_notes = array(); $filter = array(); -foreach( array( - ) as $func) +foreach( + array( + 'gzopen' + ) as $func) { if (!function_exists($func)) { |