summaryrefslogtreecommitdiffstats
path: root/examples/consumer/common.php
Commit message (Collapse)AuthorAgeFilesLines
* Made some hardcoded tmp paths dynamic by using sys_get_temp_dir. If function ↵Philipp Söhnlein2011-01-161-1/+19
| | | | is not available the old mechanisms are used.
* Fixed warnings in try_auth.php, consumer.php. Fixed reference to ↵long2010-07-201-2/+4
| | | | openid-enabled.com in detect.php
* 1. Removed assigning by reference new operator result (E_DEPRECATED).Shein Alexey2010-07-201-2/+1
|
* 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 @ examples/consumer: Return Consumer object by reference in ↵tailor2008-05-291-1/+2
| | | | getConsumer()]
* [project @ Update example RP to use PAPE extension]tailor2007-11-201-0/+12
|
* [project @ Pass return_to to complete() in example consumer]tailor2007-11-131-0/+22
|
* [project @ Update example consumer to use SReg API]tailor2007-03-301-0/+5
|
* [project @ Refactored example consumer]tailor2007-03-101-28/+44
|
* [project @ Fix example consumer on Windows]tailor2007-01-161-1/+1
|
* [project @ Moved files from Store/ into Auth/OpenID/]tailor2006-02-141-1/+1
|
* [project @ Move Consumer.php out of its subdirectory]Josh Hoyt2006-02-101-1/+1
|
* [project @ Add magic for sniffing out the proper include path to the ↵Josh Hoyt2006-01-271-0/+5
| | | | consumer example]
* [project @ Added common.php file for example consumer implementation.]tailor2006-01-251-0/+36