Vergleich inc/cachehandlers/apc.php - 1.8.10 - 1.8.37

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 60Zeile 60
		if(apc_exists($this->unique_id."_".$name))
{
$data = apc_fetch($this->unique_id."_".$name);

		if(apc_exists($this->unique_id."_".$name))
{
$data = apc_fetch($this->unique_id."_".$name);

			return unserialize($data);




// use native_unserialize() over my_unserialize() for performance reasons
return native_unserialize($data);

		}

return false;

		}

return false;