It is a bad idea to "hijack" someone's thread. In other words, when
posting a new question, do not reply to an existing post changing its
subject and content. Mail headers still reference to the old one and we
all see it just being another post of a thread.


--
Maxim Maletsky
[EMAIL PROTECTED]



"Warren Vail" <[EMAIL PROTECTED]> wrote... :

> 
> 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
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to