[TYPO3-ect] Testing the PEAR installer
Elmar Hinz
elmar.DOT.hinz at team.MINUS.red.DOT.net
Fri Jul 13 15:35:22 CEST 2007
Hi,
> What happens if pear is already installed on server ? AFAIK the include is
> done with first pearpath found, and that could be the servers one.
> Is there a possibility to override ?
>
Good point. Maybe the path should be inverted.
set_include_path( t3lib_extMgm::extPath('pear') . 'PEAR/' .
PATH_SEPARATOR .get_include_path());
Something in this direction.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list