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

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

2001-06-27 Thread BAMHA Mostafa Ftmms
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, it has been mentionned in the ChangeLog of PHP-4.0.6 that popen and exec problems on Win2k were fixed in this version. Is there any change in the configuration? or Wh