Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / pear / MESSAGE
blob9d46bfdaadb0a2688ff2e94ee0302b3aa4a5f135
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.3 2008/12/20 14:42:50 adrianp Exp $
4 In order to use PEAR packages you may want to alter the default
5 include_path of PHP to include the PEAR installation directory where the
6 packages are located.  To do this you need to edit the include_path
7 directive in your php.ini file:
9         ${PKG_SYSCONFDIR}/php.ini
11 Change the "include_path" directive to read as follows:
13         include_path = ".:${PREFIX}/lib/php"
15 It should be done automatically.
16 ===========================================================================