"Cybot" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Andrej Snedic wrote:
>
> > I am adding some extensions to PHP engine so I edited PHP.INI in
c:\windows
> > directory this way:
> > ...
> could it be that php_some-extension.dll requires another dll that is not
> in win win/syst
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
"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
WARNING:
This is a virus!
do not open the attached file that came with orgignal message!
HEY [EMAIL PROTECTED] You are infected!
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Please see the attached zip file for details.
--
PHP Install Mailing List (http://www.php.net/)
To u
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:\
Andrej Snedic" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am adding some extensions to PHP engine so I edited PHP.INI in
c:\windows
> directory this way:
>
> ...
> extension_dir = "D:\Web\PHP\extensions"
> ...
> extension=php_some-extension.dll
> ...
Is your 'extensions' path
This may, or may not be of help.
I've asked efor comments on this, but none have been had.
See if this helps you.
This was written for my system which (was NT 4) Win 2k and Apache 2.x.
It should work for XP, I have no idea about PHP 5, but I'm hoping you'll
tell me.
walter
===