mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
|
*********************************************************
|
||
|
|
||
|
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"
|
||
|
|
||
|
*********************************************************
|