/ Published in: Bash
                    
                                        
Enabling pear on a Mac using XXAMP
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
cd /Applications/xampp/xamppfiles/lib/php/pear
sudo php pearcmd.php channel-update pear.php.net
sudo php pearcmd.php install PEAR
Then change path in php.ini for pear
include_path = ".:/Applications/xampp/xamppfiles/lib/php:/Applications/xampp/xamppfiles/lib/php/pear"
URL: http://www.freshblurbs.com/howto-enable-pear-os-x-xampp
Comments
 Subscribe to comments
                    Subscribe to comments
                
                