Markers
Table of Contents
| Auth/OpenID/Discover.php | 1 |
| Auth/OpenID/Parse.php | 1 |
| Auth/Yadis/XRIRes.php | 1 |
Discover.php
| Type | Line | Description |
|---|---|---|
| FIXME | 598 | returned xri should probably be in some normal form |
Parse.php
| Type | Line | Description |
|---|---|---|
| TODO | 244 | This is quite ineffective and may fail with the default pcre.backtrack_limit of 100000 in PHP 5.2, if $html is big. It should rather use stripos (in PHP5) or strpos()+strtoupper() in PHP4 to manage this. |
XRIRes.php
| Type | Line | Description |
|---|---|---|
| TODO | 67 | // * If we do get hits for multiple service_types, we're |