[PHP-INST] Re: new install of PEAR on 2k - solution

2003-07-05 Thread jsWalter
OK, I solved it. It seems that I **HAVE TO**, **MUST**, **NO CHOICE** place my php.ini in C:\WINNT (for NT and 2k) or PHP will not find it. This is a hardcoded path done at compile time. So, since no ini file, PHP was running on default values, thus it could not find DB.php since the default path

[PHP-INST] Re: new install of PEAR on 2k

2003-07-04 Thread jsWalter
"Cybot" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jswalter wrote: > 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" Yes, I see t

[PHP-INST] Re: new install of PEAR on 2k

2003-07-04 Thread Cybot
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\

[PHP-INST] Re: new install of PEAR on 2k

2003-07-04 Thread Cybot
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\