mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00

Closes GH-171. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351746 c90b9560-bf6c-de11-be94-00142212c4b1
83 lines
2.5 KiB
XML
83 lines
2.5 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>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Configuration -->
|
|
<section xml:id="win32service.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="win32service.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</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
|
|
-->
|
|
|