ID: 17502 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 2000 PHP Version: 4.2.1 New Comment:
I think that it's a bug of PHP in the command "exec". Elena Previous Comments: ------------------------------------------------------------------------ [2002-05-29 04:27:36] [EMAIL PROTECTED] Sorry, but the bug system is not the appropriate forum for asking support questions. Your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php Thank you for your interest in PHP. ------------------------------------------------------------------------ [2002-05-29 04:26:34] [EMAIL PROTECTED] Hello , I trying to start service Alerter on my machine. I am running command "net start Alerter" from my php script. For example: <HTML> <?php exec("net start Alerter"); ?>"> </HTML> I receive "Access is denied. X-Powered-By: PHP/4.1.2 Content-type: text/html ">" What is a problem? Running <HTML> <?php exec("net start"); ?>"> </HTML> doesn't cause a problem. Thanks, Elena. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17502&edit=1
