af7ee2a6ac
- remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
8 lines
273 B
Text
8 lines
273 B
Text
*********************************************************
|
|
|
|
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"
|
|
|
|
*********************************************************
|