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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Apr 30 12:01:32 2025 UTC