summaryrefslogtreecommitdiff
path: root/lang/pear/MESSAGE
blob: 965ac4125e3f578b7d2a070954ecab17d850455a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===========================================================================
$NetBSD: MESSAGE,v 1.2 2008/08/17 18:40:36 adrianp Exp $

In order to use PEAR packages you may want to alter the default
include_path of PHP to include the PEAR installation directory where the
packages are located.  To do this you need to edit the include_path
directive in your php.ini file:

	${PKG_SYSCONFDIR}/php.ini

Change the "include_path" directive to read as follows:

	include_path = ".:${PREFIX}/lib/php"

This is done automatically if you are running either php>=4.4.9 or 
php>=5.2.6nb2.
===========================================================================