summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/MemcachedStore.php
Commit message (Collapse)AuthorAgeFilesLines
* #130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmasterOleksandr Zahorulia2016-09-301-1/+1
|
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-281-1/+0
| | | | | | | | | | | | Reviewed By: Will Norris Facebook has a policy to not have closing ?> tags at the bottom of PHP files. It can unintentionally introduce newlines which causes ridiculous bugs. This is recommended in the Zend style guide: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html Signed-off-by: Will Norris <will@willnorris.com>
* Revert "[ remove closing ?> tag from all files ]"Luke Shepard2009-05-271-0/+1
| | | | | | This reverts commit a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0. I'm going to stop playing in bce's fork, and start messing in my own. Sorry for the mess Brian :)
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-271-1/+0
| | | | | | | | | | Reviewed By: Will Norris Facebook has a policy to not have closing ?> tags at the bottom of PHP files. It can unintentionally introduce newlines which causes ridiculous bugs. This is recommended in the Zend style guide: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html
* [project @ Move MemcachedStore back from contrib, update license and copyright]tailor2008-06-031-0/+208
|
* [project @ Move Memcached store to contrib since it's not owned by JanRain]tailor2008-06-021-207/+0
|
* [project @ Implementation of Memcached storage in PHP. This patch also ↵tailor2008-02-021-0/+207
includes supportsCleanup() function for OpenIDStore interface, as memcache doesn't allow ] enumeration of all keys used (and cleans itself). Also included test for memcached storage and support for supportsCleanup() in test functions.