Actions
Bug #21484
closedOpenID service modifies PHP include path what has negative impact on autoloader
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The method tx_openid_sv1::includePHPOpenIDLibrary() modifies the PHP include path. Thus, functionalities that are addressed there in OpenID cannot make proper use of the autoloader (e.g. this also effects error handling and reporting).
Can be easily reproduced with PHP 5.3 since the OpenID lib uses some "old-school" PHP style that won't work in PHP 5.3 anymore and would trigger the TYPO3 eror/exception handler.
(issue imported from #M12494)
Actions