|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-08-30 09:08 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 21:00:01 2025 UTC |
Description: ------------ For the methods win32service Error code: Access is denied. OS: Windows 2003 server 64 bits Reproduce code: --------------- $svcStatus=win32_query_service_status ('MySQL-nt'); echo win32_start_service('MySQL-nt'); Expected result: ---------------- Mysql will be started Actual result: -------------- Mysql was not restarted.