Ticket #166 (new task)

Opened 7 months ago

Last modified 7 months ago

Implement logging in PHP OpenID library

Reported by: http://cygnus.myopenid.com/ Assigned to:
Priority: major Milestone:
Keywords: logging php Cc:
Project: php-openid OpenID Protocol:
Series: 2.x.x Web Browser:

Description

The PHP OpenID library does not do the sort of logging that python-openid does. Implement a wrapper for PHP's error_log and log extensively.

Change History

05/20/08 16:30:43 changed by http://cygnus.myopenid.com/

Added Auth_OpenID::log($message, ...).

05/20/08 16:32:58 changed by http://cygnus.myopenid.com/

Also updated Yadis/ParanoidHTTPFetcher.php to use Auth_OpenID::log(); plain fetcher needs to be updated to use it.