pjc2003 Posted March 15, 2007 Share Posted March 15, 2007 hi ive recently changed hosting provider and need to update my settings in my local file, Im using the pear db object factory and used to call it in via require_once 'DB/DataObject.php'; my new hosting provider has given me the following paths they use.. Just wondering which one will contain the pear files? [php_dir] => /usr/local/lib/php [ext_dir] => /usr/local/lib/php/extensions/no-debug-non-zts-20020429 [doc_dir] => /usr/local/lib/php/doc [bin_dir] => /usr/local/bin [data_dir] => /usr/local/lib/php/data [test_dir] => /usr/local/lib/php/test [php_bin] => /usr/local/bin/php if anyone could help that would be great. Pete. Quote Link to comment https://forums.phpfreaks.com/topic/42819-pear-simple-question/ Share on other sites More sharing options...
Koobi Posted March 20, 2007 Share Posted March 20, 2007 it's probably in your [php_dir] path. you don't need to know where it is, though, if your server is configured properly. what you can do is, search for your PEAR directory via SSH: $ updatedb $ locate PEAR Quote Link to comment https://forums.phpfreaks.com/topic/42819-pear-simple-question/#findComment-211150 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.