blob: 11d8e9cab6167739c75096fd172966f016f9f74b (
plain)
1 README file for pear
2
3 post install
4
5 Starting from php 5.1.0 we provide pear as a
6 separate package. The mod_php package does not
7 longer set/imply the pear include dir, so add
8 or edit the include_path in /etc/php.ini
9
10 example:
11
12 include_path = ".:/usr/share/pear/php"
|