Author: ralfbecker
New Revision: 55181
URL: http://svn.stylite.de/viewvc/egroupware?rev=55181&view=rev
Log:
check for php serialization before using igbinary_unserialize
Modified:
trunk/egroupware/api/src/Cache/Memcache.php
— trunk/egroupware/api/src/Cache/Memcache.php (original)
+++ trunk/egroupware/api/src/Cache/Memcache.php Mon Feb 29 09:45:33 2016
@@ -122,7 +122,7 @@
return null;
}
//error_log(METHOD."(".array2string($keys).") key=’$key’ found “.bytes($data).” bytes).");
-
return $this->igbinary_available && $data[1] !== ':' ? igbinary_unserialize($data) : unserialize($data);
}
/**
@@ -149,7 +149,7 @@
{
$key = substr($location,$prefix_len);
//error_log(METHOD."(".array2string($locations).") key=’$key’ found “.bytes($data).” bytes).");
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs