Posted by David on 09/13/05 22:54
I have code that brings in the Pear DB
require_once 'DB.php';
However, there is an include in the DB.php for the PEAR.php file, and
the system does not appear to be able to locate that file. The
PHP.ini has
include_path = ".;c:\php\includes;c:\php\includes\Pear"
PHP appears to use this dir. search path for the DB.php but not the
internal Pear.php!
I can force the include but changing it to a full path, but this is
not the best option.
Any ideas as to the root cause of this issue?
[Back to original message]
|