summaryrefslogtreecommitdiff
path: root/pear/README
blob: ea2605a3874c1983350a954bda53f048c8a2b358 (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 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"

Generated by cgit