Dear Ladies and Gents,
That error message "Unable to fork" is stupid, because fork is not supported
under Windows, as it is a Unix command to fork two processes. Windows uses
multi-threading instead.
They should just rename the error message to "Identified PHP4 error".
:0)
-- Jason
-----Original Message-----
From: Olivier Hubert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 5 April 2001 8:06 AM
To: zugut; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Exec() In Windows
Hi,
You've probably already looked into this, but I just wanted to be sure:
have you checked the persmissions on "Application.exe" ? I believe PHP uses
IUSR_Computer (where Computer is your computer name) to exec() anything so
if IUSR_Computer doesn't have the rights to read+execute the program, it
will return an error message.
Hope this helps!
Olivier
>Hi,
>
>I have the same problem, I don't understand the problem.
>
>
>
>"Keith Stevenson" <[EMAIL PROTECTED]> wrote in message
>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>> Hi,
>> Im having a Problem running an application from a PHP page using the
>> Exec() function (as well as all the other program execution fuctions) on
a
>> Windows NT Server running Apache.
>>
>> The code I attempt to run is : $ReturnVal = exec("Application.exe");
>>
>> It returns with Unable to Fork....
>>
>> Does any body have any idea on how to fix this or an alternative so I can
>> just run the damm application....
>>
>> Cheers
>>
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>>
>
>
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]