[TYPO3-ect] Error Object
Joerg Schoppet
joerg at schoppet.de
Wed Feb 7 08:10:54 CET 2007
Daniel Brüßler wrote:
> ++---
>
> PEAR has this path in the moment:
> /typo3conf/ext/bypear/PEAR/
>
> would be cool to put a VERY slim pear-directory in the
> standard-extension. So it's no problem, when many admins do not use it.
>
> The location /typo3/sysext/ would be nice,
> but the problem with /typo3/sysext/ is, that a mass-hoster will have
> problems with a global pear-directory. Because every admin wants to have
> other stuff and the dependencies with PEAR are handled very strict
> (checks also the version-number).
>
> => I prefer a local path like /typo3conf/ext/bypear/PEAR/ or better
> /typo3conf/ext/pear/PEAR/ . That follows the EXT-addon-naming what we
> talked about some days ago in the mailinglist.
>
Just my two cents.
In the upcoming TYPO3 4.1 there is a directory /typo3/contrib, which
will be used for external code (e.g. prototype, script.aculo.us, ...).
Perhaps somebody, who is closer to the core-group can make some
suggestions to them, e.g.
global directory:
/typo3/contrib/pear
with the possibility to have local installations
/typo3conf/contrib/pear
So, the search path for php have to be changed to:
include_path =
".:/var/www/typo3conf/contrib/pear:/var/www/typo3/contrib/pear:/server/pear"
Joerg
More information about the TYPO3-team-extension-coordination
mailing list