Commit Graph

11 Commits

Author SHA1 Message Date
jaimepc@gmail.com 4cfdb18a59 Formatting & phpdocs & language fixes in SimpleSAML_Session.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3359 44740490-163a-0410-bde0-09ae8108e29a
2014-02-05 13:42:33 +00:00
jaimepc@gmail.com 02800d87ab Revert "Fix memory leak in session serialization (issue #594)"
This reverts commit 3d3b437a0fe8ab7f7532015041800e2e8951cab3.

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3357 44740490-163a-0410-bde0-09ae8108e29a
2014-02-05 13:42:18 +00:00
jaimepc@gmail.com a3f0ffe641 Fix memory leak in session serialization (issue #594)
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3356 44740490-163a-0410-bde0-09ae8108e29a
2014-02-04 15:09:35 +00:00
olavmrk 94938f6bd6 memcache: Check for existence of memcache extension.
The old test was faulty, since PHP would fail before reaching it. This
patch adds a specific test for the Memcache class before continuing.

Thanks to Thijs Kinkhorst for reporting this bug!

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3230 44740490-163a-0410-bde0-09ae8108e29a
2013-04-03 06:25:51 +00:00
olavmrk d783b37fc9 Memcache: Add delete method.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@2489 44740490-163a-0410-bde0-09ae8108e29a
2010-08-09 08:50:54 +00:00
olavmrk a6fa94c17e Memcache: Add $expire parameter to set().
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@2488 44740490-163a-0410-bde0-09ae8108e29a
2010-08-09 08:50:47 +00:00
olavmrk 68acb68757 SimpleSAML_Memcache: A few cleanups.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@1673 44740490-163a-0410-bde0-09ae8108e29a
2009-08-17 09:04:10 +00:00
olavmrk da701ab271 Memcache: Added getRawStats function.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@717 44740490-163a-0410-bde0-09ae8108e29a
2008-06-26 13:01:59 +00:00
olavmrk 4bd910d171 Update everything to use the autoloader.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@610 44740490-163a-0410-bde0-09ae8108e29a
2008-06-06 06:04:20 +00:00
olavmrk 49c86a079d Memcache: Remove error_log calls in SimpleSAML_Memcache and SimpleSAML_MemcacheStore.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@561 44740490-163a-0410-bde0-09ae8108e29a
2008-05-15 14:09:45 +00:00
olavmrk 26b0f7ea7e Created Memcache for reliably storing data to memcache servers.
git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@557 44740490-163a-0410-bde0-09ae8108e29a
2008-05-14 11:06:20 +00:00