php-openid
php-openid copied to clipboard
OpenID library for PHP5
When I click the link [http://www.openidenabled.com/](http://www.openidenabled.com/) in the readme.md file the page there is a banner on the page says "Interested in openidenabled.com? Our Domain Broker Service may be able...
Seems using something like https://github.com/Ocramius/PackageVersions would allow us to internally reference the version of php-openid running
This is something I plan to work on in the near future, however, it's more here in case anyone else wants to create the new SQL layer before I get...
When using https://github.com/openid/php-openid/commit/263a6c7f299a71f5dd59a7feb2d62b93bb6a577c is later version, the following error occurs. `PHP Fatal error: Cannot access private property Auth_OpenID_ServerErrorContainer::$error_code in /****/vendor/openid/php-openid/Auth/OpenID/Consumer.php on line 1542, referer: ****` It is due to private...
Parsing errors like the one added in f97f69afcc6b07ab718618e6041d23c1a2e889a5 leave the caller with no info at all about what went wrong. It would be useful to know what wasn't expected, so...
I am getting some PHP Errors as you cannot pass references in function like call_user_function() and call_user_function_array() anymore. It was a warning in PHP5, and it errors out in 5.3....
I do not know if it is really bug, but when I open example/detect.php I am getting ``` HTTP Fetching This PHP installation has support for libcurl. Good. An HTTP...
(which doc/ directory?)
- http://www.php.net/manual/en/function.mt-rand.php - http://www.openwall.com/php_mt_seed/ Because mt_rand only uses 32-bit seeds, the use is deprecated. http://www.php.net/manual/en/function.mt-rand.php recommends the use of openssl_random_pseudo_bytes() .