Does anyone knows how to integrate Pear (http://pear.php.net) and install packages in SilverStripe? My hosting provider doesn’t want to install it for me.
Thanks,
Mauro
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
So your hosting provider doesn’t have pear and you want to work around that by integrating it in Silverstripe and use it from there but it doesn’t really have anything to do with SilverStripe. You just want to be able to use pear. Well, first of all, if your hosting provider doesn’t allow pear, it would probably be an illegal move. Second, pear is ‘just’ a package manager. You can always just copy the files of that Mail package to your server (including all dependences) and put them onto your include path. You don’t need the package manager for that.