mirror of
https://github.com/php/doc-en.git
synced 2026-03-24 15:52:15 +01:00
Minor fix Win32service
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user