php-windows Digest 26 Nov 2007 15:12:46 -0000 Issue 3372
Topics (messages 28602 through 28603):
Re: W2003-IIS6 ignore safe_mode=0
28602 by: Joaquín
28603 by: James Crow
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hello again.
I have read that cmd.exe is involved
Now I have given privileges to IUSR_xxx on cmd.exe too and the return
value is 1.
Before that, when ISR_xxx had only privileges on example.bat the return
value was -1.
Does anybody know what is the difference in the meaning of those return
values?
--- End Message ---
--- Begin Message ---
On Fri, 2007-11-23 at 12:36 +0100, Joaquín wrote:
> Hello again.
>
> I have read that cmd.exe is involved
> Now I have given privileges to IUSR_xxx on cmd.exe too and the return
> value is 1.
>
> Before that, when ISR_xxx had only privileges on example.bat the return
> value was -1.
>
> Does anybody know what is the difference in the meaning of those return
> values?
>
I don't have any direct insight, but a .bat file is simply a script.
Much like .php files .bat files need an interpreter to execute them.
For .bat files it is cmd.exe. For .php files it is the PHP engine either
as php.exe or one of the web server modules.
--- End Message ---