summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/SQLStore.php
Commit message (Expand)AuthorAgeFilesLines
* #130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmasterOleksandr Zahorulia2016-09-301-1/+1
* Prevent errors in strict mode due to weird PEAR static method declarationsDavid Simon2013-05-211-1/+1
* SQLStore: use is_subclass_of to determine if we have a PEAR instance.Daniel Hahler2010-04-291-13/+1
* [ few random cleanup changes ]Luke Shepard2009-05-281-1/+1
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-281-1/+1
* Revert "[ remove closing ?> tag from all files ]"Luke Shepard2009-05-271-1/+1
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-271-1/+1
* [project @ Update license strings to say Apache]tailor2008-05-301-1/+1
* [project @ fix copyright notices to include 2008]http://mike.glover.myopenid.com2008-05-271-1/+1
* [project @ use-time-instead-of-(gm)mktime]dAniel hAhler2007-12-081-1/+1
* [project @ Remove getExpired()]tailor2007-09-251-17/+1
* [project @ gmmktime() -> mktime() since gmmktime() is broken in PHP 4]tailor2007-09-251-1/+1
* [project @ Added store methods cleanupAssociations(), cleanup(), and concrete...tailor2007-09-251-1/+11
* [project @ Add cleanupNonces to SQL stores]tailor2007-09-241-1/+18
* [project @ FileStore, SQLStore, MemStore: check timestamp in useNonce]Kevin Turner2007-09-211-0/+7
* [project @ Fix query-building for Auth_OpenID_SQLStore::tableExists (thanks m...tailor2007-06-191-2/+3
* [project @ Add bytes and toBytes to avoid multibyte string overloading]tailor2007-04-041-1/+6
* [project @ Add getExpired to stores]tailor2007-03-021-1/+17
* [project @ Removed settings table and auth key code from stores]tailor2007-02-141-83/+4
* [project @ Make MySQL and PostGreSQL store tests work; make NO_MATH_SUPPORT w...Josh Hoyt2006-09-081-0/+9
* [project @ Server-generated and one-way nonces patch from python openid]tailor2006-08-251-66/+7
* [project @ FIX: Silence error output when PEAR DB absent]tailor2006-09-251-1/+1
* [project @ Fixed SQLStore getAssociation count() bug (thanks to Rasqual Twili...tailor2006-08-221-1/+1
* [project @ Fixed association GC bug in SQL Store]tailor2006-05-301-4/+9
* [project @ Fixed return bug in SQLStore which caused infinite loop]tailor2006-05-301-2/+3
* [project @ Clarified documentation about SQLStore connection handle.]tailor2006-05-161-3/+5
* [project @ Updated SQL store to actually work without PEAR.]tailor2006-05-161-4/+16
* [project @ Improved developer docs for SQLStore]tailor2006-03-011-2/+6
* [project @ Moved CryptUtil functions into an Auth_OpenID_CryptUtil class.]tailor2006-02-141-1/+2
* [project @ Moved MySQL store into its own file.]tailor2006-02-141-64/+0
* [project @ Moved SQLite store into its own file.]tailor2006-02-141-52/+0
* [project @ Moved PostgreSQL store into its own file.]tailor2006-02-141-123/+1
* [project @ Moved files from Store/ into Auth/OpenID/]tailor2006-02-141-0/+871