ID: 13233
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: IIS related
Operating System: w2k
PHP Version: 4.0.6
New Comment:

Can you try an developmentversion from http://php-dev-win.dhs.org/?
There were a lot of bugs in exec-like functions in 4.0.6.

Previous Comments:
------------------------------------------------------------------------

[2001-09-10 11:45:28] [EMAIL PROTECTED]

I am trying to use the the  exec function to run a .exe   file. The .exe file runs , 
and finishes it's job. But it is not returning success code.
My code is like this...

$execfeedback =exec("startApplication.exe filename=aaa Id1=0 Id2=0 trace=true") or die 
("I died while running Application!");
 startApplication.exe finished it's job successfully but it died by printing "I died 
while running Application".

I am using php 4.0.6 on w2k and IIS.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13233&edit=1


-- 
PHP Development 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]

Reply via email to