pkgsrc/lang/pear/MESSAGE
adrianp e3ee43e0ef The PEAR package contains:
* the PEAR installer, for creating, distributing and installing packages
* the PEAR_Exception PHP5 error handling mechanism
* the PEAR_ErrorStack advanced error handling mechanism
* the PEAR_Error error handling mechanism
* the OS_Guess class for retrieving info about the OS where PHP is running on
* the System class for quick handling of common operations with files and
  directories
  * the PEAR base class
2007-05-05 21:21:45 +00:00

15 lines
576 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2007/05/05 21:21:45 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"
===========================================================================