Re: [PHP-DEV] [Win32] php.ini not found

2002-08-10 Thread Sebastian Bergmann
Edin Kadribasic wrote: > It's even more strange because the machine that is used for making > snapshots (and official releases) uses the exact same version of the > compiler. Ugh. Any idea on what might be causing this? -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-10 Thread Edin Kadribasic
> > I cannot reproduce this. > > This is odd: I just tried a snapshot binary, and this one works. What's > your build environment? I used MSVC++ 6 SP-5 with the MS Platform SDK > from May 2002. It's even more strange because the machine that is used for making snapshots (and official releas

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
James Cox wrote: > does php-cli.ini exist anywhere? Yes, right now I have c:\winnt\php.ini c:\winnt\php-cgi.ini c:\winnt\php-cli.ini PHP tries to open them from C:\home\php\php4\Release_TS_Inline\C:\WINNT\ not from C:\WINNT\ -- Sebastian Bergmann http://sebas

RE: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread James Cox
does php-cli.ini exist anywhere? -- james > -Original Message- > From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 5:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] [Win32] php.ini not found > > > Sebastian Bergmann w

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Using strace I found out out that my build tries to open the php.ini > file in an invalid directory: > > 662 2012 436 NtCreateFile (0x80100080, {24, 0, 0x42, 0, 1243384, > "\??\C:\home\php\php4\Release_TS_Inline\C:\WINNT\php-cli.ini"}, > 1243404, 0, 128, 3, 1, 96,

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > This is odd: I just tried a snapshot binary, and this one works. What's > your build environment? I used MSVC++ 6 SP-5 with the MS Platform SDK > from May 2002. Using strace I found out out that my build tries to open the php.ini file in an invalid directory:

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Sebastian Bergmann
Edin Kadribasic wrote: > I cannot reproduce this. This is odd: I just tried a snapshot binary, and this one works. What's your build environment? I used MSVC++ 6 SP-5 with the MS Platform SDK from May 2002. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://php

Re: [PHP-DEV] [Win32] php.ini not found

2002-08-09 Thread Edin Kadribasic
> Current HEAD doesn't find c:\winnt\php.ini. php.ini is only found when > located in the same directory as php.exe. I cannot reproduce this. Using http://razor.bindview.com/tools/files/strace-0.1.zip I can see that it tries to open php-cli.ini firtst in the same dir where php.exe is, then in