[PHP-INST] Re: Addings extensions...

2003-07-14 Thread jsWalter
"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

[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

[PHP-INST] Re: Movie

2003-07-03 Thread jsWalter
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

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

2003-07-03 Thread jsWalter
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:\

[PHP-INST] Re: Addings extensions...

2003-07-03 Thread jsWalter
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

[PHP-INST] Re: PHP5 Windows XP Install Problem

2003-07-02 Thread jsWalter
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 ===