Download List

项目描述

phpMyID is a small, fairly lightweight,
standalone, single-user Identity Provider for
OpenID authentication. It comprises a single PHP
script that can be used by one individual to run
their own personal OpenID "IdP." The program
requires no external libraries, and has very
minimal requirements. It should run on almost any
server that runs PHP 4 or 5. It requires no
database, and does not access the file system
beyond session handling.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-24 03:10
0.9

摘要中的一个验证方法的弱点已得到解决。几个PHP的“通知书”已得到纠正。偏执狂模式祖先检查不正常工作在PHP4。在取消网址并没有'openid.mode =取消'附加到它。偏执狂模式将不会被调用checkid_immediate。 Suhosin的不相容警告现在可以绕过。 HTML元刷新已被替换与HTTP 302刷新。
标签: Minor bugfixes
A weakness in the digest authentication method has been addressed. A few PHP "Notices" have been corrected. Paranoid mode ancestry checks did not work correctly in PHP4. The cancel URL did not have 'openid.mode=cancel' appended to it. Paranoid mode will not be invoked on checkid_immediate. The Suhosin incompatibility warning can now by bypassed. HTML META refreshes have been replaced with HTTP 302 refreshes.

2008-01-18 19:14
0.8

这个版本增加了“偏执狂”模式和MicroID和Pavatar支持。
标签: Minor feature enhancements
This release adds "paranoid" mode and support for MicroID and Pavatar.

2007-11-06 23:42
0.7

非默认的查询参数分隔符,现在纠正。一个内部req_url现在的关键是使用HTTP_HOST生成,而不是服务器名。会议确认被从self_check例程。现在的配置文件'要求,而不是'包括'程序文件。
标签: Minor bugfixes
Non-default query argument separators are now corrected. An internal req_url key is now generated using HTTP_HOST instead of SERVER_NAME. Session validation was removed from the self_check routine. The config file now 'requires' instead of 'includes' the program file.

2007-08-07 20:26
0.6

此版本应该可以解决的突出(已知)“坏签字”的错误,增加了多项修订,包括一个测试模式,并提供了一个“大数学更灵活设置支持”功能。
标签: Major bugfixes
This release should fix the outstanding (known) "bad signature" errors, adds a number of refinements, includes a testing mode, and provides support for a more versatile set of "big math" functions.

2007-01-10 17:30
0.5

修复已允许授权在PHP中的CGI模式下运行。
标签: Major bugfixes
Fixes have been made to allow authorization when
PHP is running in CGI mode.

Project Resources