Jswalter wrote:

I just installed PEAR on my Win2k box.

I try to use DB.php and I get this...

     Fatal error: main(): Failed opening required 'DB.php'
    (include_path='.;c:\php4\pear')

I can't find this path defined *anywhere*.

It is *not* in my INI file...

include_path = ".;G:\etc\php\extensions".;G:\etc\php\pear"


I don't have PHP installed there.


How can I "fix" this include path issue.

onr more, your include-path is worng!


include_path = ".;G:\etc\php\extensions".;G:\etc\php\pear"

would not work!!

correct

include_path = ".;G:\etc\php\extensions;G:\etc\php\pear"


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



Reply via email to