reference/apache/functions/apache-child-terminate.xml
f3b9d85f71934d6814a493fabb367e10731e0394
...
...
@@ -10,7 +10,7 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>bool</type><methodname>apache_child_terminate</methodname>
13
+
<type>void</type><methodname>apache_child_terminate</methodname>
14
14
<void/>
15
15
</methodsynopsis>
16
16
<para>
...
...
@@ -21,41 +21,20 @@
21
21
been run as memory will usually only be freed internally but not
22
22
given back to the operating system.
23
23
</para>
24
-
</refsect1>
25
-

26
-
<refsect1 role="returnvalues">
27
-
&reftitle.returnvalues;
28
24
<para>
29
-
Returns &true; if PHP is running as an Apache 1 module, the Apache version
30
-
is non-multithreaded, and the
31
-
<link linkend="ini.child-terminate">child_terminate</link> PHP directive is
32
-
enabled (disabled by default). If these conditions are not met, &false; is
33
-
returned and an error of level <constant>E_WARNING</constant> is generated.
25
+
Works in the Apache, and FastCGI webservers.
34
26
</para>
35
27
</refsect1>
36
28

37
-
<refsect1 role="changelog">
38
-
&reftitle.changelog;
29
+
<refsect1 role="parameters">
30
+
&reftitle.parameters;
31
+
&no.function.parameters;
32
+
</refsect1>
33
+

34
+
<refsect1 role="returnvalues">
35
+
&reftitle.returnvalues;
39
36
<para>
40
-
<informaltable>
41
-
<tgroup cols="2">
42
-
<thead>
43
-
<row>
44
-
<entry>&Version;</entry>
45
-
<entry>&Description;</entry>
46
-
</row>
47
-
</thead>
48
-
<tbody>
49
-
<row>
50
-
<entry>5.4.0</entry>
51
-
<entry>
52
-
This function became available under FastCGI. Previously, it was
53
-
supported only when PHP was installed as an Apache module.
54
-
</entry>
55
-
</row>
56
-
</tbody>
57
-
</tgroup>
58
-
</informaltable>
37
+
&return.void;
59
38
</para>
60
39
</refsect1>
61
40

...
...
@@ -73,7 +52,6 @@
73
52
</para>
74
53
</refsect1>
75
54
</refentry>
76
-

77
55
<!-- Keep this comment at the end of the file
78
56
Local variables:
79
57
mode: sgml
80
58