Changeset 29904


Ignore:
Timestamp:
Oct 6, 2014, 12:45:23 PM (10 years ago)
Author:
plg
Message:

bug 3078: avoid zlib issue on Ubuntu 14.04 (PHP 5.5) and maybe other systems

Location:
trunk/include
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r28714 r29904  
    7373$filter = array();
    7474
    75 foreach( array(
    76   ) as $func)
     75foreach(
     76  array(
     77    'gzopen'
     78    ) as $func)
    7779{
    7880  if (!function_exists($func))
Note: See TracChangeset for help on using the changeset viewer.