php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17502 trying to start service
Submitted: 2002-05-29 04:26 UTC Modified: 2002-05-29 04:27 UTC
From: ekotov at bmc dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.2.1 OS: Windows 2000
Private report: No CVE-ID: None
 [2002-05-29 04:26 UTC] ekotov at bmc dot com
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-29 04:27 UTC] derick@php.net
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:31 UTC] ekotov at bmc dot com
I think that it's a bug of PHP in the command "exec".
Elena
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC