[TYPO3-core] RFC #12455: OpenID authentication does not work with PHP 5.3

Rupert Germann rupi at gmx.li
Tue Nov 17 17:26:26 CET 2009


committed v2 to trunk rev 6451

greets
rupert


Rupert Germann schrieb:
> Hi,
> 
> this is a SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=12455
> 
> Branches: Trunk
> 
> Problem:
> OpenID authentication does not work with PHP 5.3
> - OpenID uses dl() function, which is disabled by default in PHP 5.3.
> - on Windows the .htaccess file is not written because of wrong path 
> delimiter
> - something like "$var =& new class();" produces a warning
> - several error messages like: result expected to be a reference, value 
> given
> 
> 
> 
> Solution:
> attached patch makes openID login work for me under PHP 5.3 (win)
> - check if dl() is available
> - fix the path by using DIRECTORY_SEPARATOR
> - remove the unneeded references
> - add the missing references
> 
> 
> 
> greets
> rupert


More information about the TYPO3-team-core mailing list