RE: [PHP-WIN] Exec command still doesn't on Win2K and IIS

2001-06-30 Thread choiks
[EMAIL PROTECTED] (BAMHA Mostafa Ftmms) wrote in 6F80F42D4777D4119359001083FCBB9E138CF2@ISSYNTSF02:">news:6F80F42D4777D4119359001083FCBB9E138CF2@ISSYNTSF02: > The program i tested is very simple. This is the php code > echo "test ..."; > exec("dir c:\\"); > ?> > ## you can't fin

RE: [PHP-WIN] Exec command still doesn't on Win2K and IIS

2001-06-28 Thread BAMHA Mostafa Ftmms
>exec(), system(), ... work well in isapi mode in php 4.0.6. >check your code!! >then post your code!! Hi, The program i tested is very simple. This is the php code ## the execution of this script is : test ... Warning: Unable to fork [dir c:\] in c:\inetpub\wwwroot\manager_4\te

Re: [PHP-WIN] Exec command still doesn't on Win2K and IIS

2001-06-28 Thread choiks
[EMAIL PROTECTED] (BAMHA Mostafa Ftmms) wrote in 6F80F42D4777D4119359001083FCBB9E138CF0@ISSYNTSF02:">news:6F80F42D4777D4119359001083FCBB9E138CF0@ISSYNTSF02: > Hi all, > I'm using the ISAPI version of PHP-4.0.6 on Win2K but the Exec command > still doesn't > work on Win2K and IIS. > > However,

Re: [PHP-WIN] Exec command still doesn't on Win2K and IIS

2001-06-27 Thread Johan Lundqvist
Your'e correct. When using PHP as ISAPI there's still problems with program execution (exec, system et.c.) in ver. 4.0.6 CGI version still works better... /Johan BAMHA Mostafa Ftmms wrote: > > Hi all, > I'm using the ISAPI version of PHP-4.0.6 on Win2K but the Exec command still > doesn't > wor