===========================================================================
$NetBSD: MESSAGE,v 1.5 2025/02/08 03:24:29 taca 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:

	/usr/pkg/etc/php/8.1/php.ini

Change the "include_path" directive to read as follows:

	include_path = ".:/usr/pkg/lib/php/8.1"

It should be done automatically.
===========================================================================
