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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ekotov at bmc dot com
New email:
PHP Version: OS:

 

 [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: Sat Apr 20 00:01:27 2024 UTC