[TYPO3-ect] Testing the PEAR installer

Daniel Brüßler info at -remove-patchworking.de
Fri Jul 13 12:51:53 CEST 2007


Hi Elmar,

> I am currently testing the PEAR installer of Daniel. It looks great so far.

thanks ;-)


> ... or you set it automatically for any server in the header of your new
> extension:
> $cur=ini_get('include_path'); $divider=(strpos($cur,':') >0 ) ? ':' : ';' ;
> ini_set('include_path', $cur. $divider. PATH_typo3conf. 'pear/PEAR');

I like that way, because so no admin has to care about that. What do you
think about this easier version in a header of any extension:

require_once (t3lib_extMgm::extPath('pear'). 'pear-init.php'); pear-init();


> B.) Channels. pear and pecl are preconfigured. I think it would be nice to
> have same more. Which channels are interesting? 

Robert says he likes to use eZ Components also for 5. Question is if we
use the channel ezc in the pear-extension, or if we have a
"ezc"-extension just for ezc-components.

I can make the channel-settings editable in mod1/conf.php

> http://pear.php.net/channels/
> http://www.pearadise.net/
> http://devzone.zend.com/public/view/tag/pear 
> http://schlitt.info/applications/blog/index.php?/archives/392-eZ-Components-and-PEAR.html

Thanks, I'll look at that next week.

kind regards
Daniel


More information about the TYPO3-team-extension-coordination mailing list