ID: 16542
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: No Feedback
Bug Type: IIS related
Operating System: windows XP
PHP Version: 4.1.2
New Comment:
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
Previous Comments:
------------------------------------------------------------------------
[2002-04-11 06:19:28] [EMAIL PROTECTED]
YOu're messing with backslashes and slashes. Try setting the
safe_mode_exec_dir to something like c:/inetpub/cgi-bin
Does it work now?
------------------------------------------------------------------------
[2002-04-11 04:17:29] [EMAIL PROTECTED]
ISAPI mode. IIS 5.1
safe_mode_exec_dir = C:\\Inetpub\cgi-bin\
<?php
exec("myprog.exe");
?>
Calls to exec system with {safe mode = On} result in an extra "/"
being
prepended to the executable file's name:
Warning: Unable to fork [C:\\\\Inetpub\cgi-bin\\/myprog.exe] in
c:\inetpub\wwwroot\index.php4
(the fork error results from other issues, but notice the /myprog.exe)
------------------------------------------------------------------------
[2002-04-11 04:08:15] [EMAIL PROTECTED]
ISAPI mode. IIS 5.1
safe_mode_exec_dir = C:\\Inetpub\cgi-bin\
Calls to exec system with {safe mode = On} result in an extra "/" being
prepended to the executable file's name:
Warning: Unable to fork [C:\\\\Inetpub\cgi-bin\\/myprog.exe] in
c:\inetpub\wwwroot\index.php4
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16542&edit=1