I know how to load extensions if they are not included in PHP.ini (dl function), but how do I gain access to PEAR?
I can see the directory /apache/php/pear/ on my test machine, but when I try to reference via include_once("DB.php"); not found on include list error,,,,, can I dynamically change include list, and what kind of security hole would that represent? my test machine is windows, and my production machine is Redhat Linux, so I need to find a way to gain access to pear in both environments. Warren Vail [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php