freebsd-ports/lang/php5/pkg-message.pear
Alex Dupre af7ee2a6ac First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
2004-07-19 07:05:36 +00:00

8 lines
273 B
Text

*********************************************************
To use PEAR you have to add the correct include path into
your ${LOCALBASE}/etc/php.ini configuration file, like:
include_path = ".:${PREFIX}/share/pear"
*********************************************************