[TYPO3-core] Wishlist from ECT

Ingmar Schlecht ingmar at typo3.org
Thu Feb 8 20:42:11 CET 2007


Here's something the ECT wants to have forwarded to the core team:

----------------------------------------

Hello core-team.
In the ECT-mailinglist we found out, that a defined installation-point
for PEAR would be great. In the moment it's this:
/typo3conf/ext/bypear/PEAR/

Joerg Schoppet said, that you created the "contrib"-folder for 4.1.
Could you add this folder as empty folder, so that admins can use it, if
they need PEAR-packages?

/typo3/contrib/pear/PEAR

"pear" would be the extension, what has the BE-module to install more
stuff, "PEAR" the container for the PEAR-packages.

So, the search path for php would have to be changed to:

include_path = ".:/var/www/typo3/contrib/pear:/server/pear"


For mass-hosters a local-version "/var/www/typo3conf/contrib" would be good:

include_path =
".:/var/www/typo3conf/contrib/pear:/var/www/typo3/contrib/pear:/server/pear"


More information about the TYPO3-team-core mailing list