mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Minor fix Win32service
This commit is contained in:
parent
574a644f1d
commit
0d5b0198bf
5 changed files with 16 additions and 16 deletions
|
@ -305,48 +305,48 @@
|
|||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>service</parameter> parameter is empty.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>path</parameter> parameter is missing or empty.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>svc_type</parameter> parameter is wrong.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>start_type</parameter> parameter is wrong.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>error_control</parameter> parameter is wrong.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>base_priority</parameter> parameter is wrong.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>recovery_delay</parameter> parameter is not between
|
||||
0 and PHP_INT_MAX.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>recovery_action_1</parameter> parameter is wrong.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>recovery_action_2</parameter> parameter is wrong.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>recovery_action_3</parameter> parameter is wrong.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>recovery_reset_period</parameter> parameter is not
|
||||
between 0 and PHP_INT_MAX.
|
||||
</para>
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>servicename</parameter> parameter is empty.
|
||||
</para>
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<refsect1 role="errors"><!-- {{{ -->
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>servicename</parameter> parameter is empty.
|
||||
</para>
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
<refsect1 role="errors"><!-- {{{ -->
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>servicename</parameter> parameter is empty.
|
||||
</para>
|
||||
</refsect1><!-- }}} -->
|
||||
|
|
|
@ -69,11 +69,11 @@
|
|||
<constant>E_ERROR</constant> level error.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>servicename</parameter> parameter is empty.
|
||||
</para>
|
||||
<para>
|
||||
A <classname>ValueError</classname> is thrown if the;
|
||||
A <classname>ValueError</classname> is thrown if the
|
||||
value of <parameter>control</parameter> parameter is not between 128 and 255.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue