Install Pear with XXAMP on Mac


/ Published in: Bash
Save to your folder(s)

Enabling pear on a Mac using XXAMP


Copy this code and paste it in your HTML
  1. cd /Applications/xampp/xamppfiles/lib/php/pear
  2. sudo php pearcmd.php channel-update pear.php.net
  3. sudo php pearcmd.php install PEAR
  4.  
  5. Then change path in php.ini for pear
  6.  
  7. include_path = ".:/Applications/xampp/xamppfiles/lib/php:/Applications/xampp/xamppfiles/lib/php/pear"

URL: http://www.freshblurbs.com/howto-enable-pear-os-x-xampp

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.