Vergleich inc/cachehandlers/apc.php - 1.8.3 - 1.8.4
Zeile 61 | Zeile 61 |
---|---|
if(apc_exists($this->unique_id."_".$name)) |
if(apc_exists($this->unique_id."_".$name)) |
return my_unserialize($data); | return unserialize($data); |
} | } |