mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
af7ee2a6ac
- remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
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"
|
|
|
|
*********************************************************
|