1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00
Files
archived-doc-en/reference/win32service/setup.xml
2024-07-26 02:17:29 +01:00

70 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<chapter xml:id="win32service.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="win32service.requirements">
&reftitle.required;
<para>
The versions of Windows supported are the same as the Visual C++ redistributable package used to build PHP.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
<section xml:id="win32service.installation">
&reftitle.install;
<para>
&pecl.info;
<link xlink:href="&url.pecl.package;win32service">&url.pecl.package;win32service</link>
</para>
</section>
<!-- }}} -->
<section xml:id="win32service.security">
<title xmlns="http://docbook.org/ns/docbook">Security consideration</title>
<para>
This extension needs administrator privileges for some actions such as
<link linkend="function.win32-create-service">create</link>,
<link linkend="function.win32-delete-service">delete</link>,
<link linkend="function.win32-start-service">start</link>,
<link linkend="function.win32-stop-service">stop</link>,
<link linkend="function.win32-pause-service">pause</link> and
<link linkend="function.win32-continue-service">continue</link>.
This requirement can cause an elevation of privileges if the service
control is available from the web interface or remote control.
</para>
<para>
You can set the ACL on the service after adding it into SCM to delegate the
current administration tasks to an non administrator account or service account.
For further instructions, see the
<link xlink:href="https://support.microsoft.com/en-us/help/914392/best-practices-and-guidance-for-writers-of-service-discretionary-acces">Microsoft Knowledge Base</link>.
</para>
</section>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->