reference/apcu/setup.xml
d6eb5fda8a3c0a755b4d15cb617a09bb81d5882e
...
...
@@ -0,0 +1,88 @@
1
+
<?xml version="1.0" encoding="utf-8"?>
2
+
<!-- $Revision$ -->
3
+

4
+
<chapter xml:id="apcu.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
&reftitle.setup;
6
+

7
+
<section xml:id="apcu.requirements">
8
+
&reftitle.required;
9
+
&no.requirement;
10
+
</section>
11
+

12
+
<section xml:id="apcu.installation">
13
+
&reftitle.install;
14
+
<para>
15
+
&pecl.info;
16
+
<link xlink:href="&url.pecl.package;apcu">&url.pecl.package;apcu</link>.
17
+
</para>
18
+
<tip>
19
+
<simpara>
20
+
PHP 7 has a separate module (<link xlink:href="&url.apc.bc;">apcu-bc</link>) for backwards compatibility with APC.
21
+
</simpara>
22
+
<para>
23
+
In backward compatibility mode, APCu registers the applicable APC functions
24
+
with backward compatible prototypes.
25
+
</para>
26
+
<para>
27
+
Where an APC function accepted <parameter>cache_type</parameter>, it is simply
28
+
ignored by the backward compatible version, and omitted from the prototype for
29
+
the APCu version.
30
+
</para>
31
+
</tip>
32
+
<warning>
33
+
<simpara>
34
+
As of PHP 8.0.0, apcu-bc is no longer supported.
35
+
</simpara>
36
+
</warning>
37
+
<note>
38
+
<simpara>
39
+
On Windows, APCu needs a temp path to exist, and be
40
+
writable by the web server. It checks the TMP, TEMP
41
+
and USERPROFILE environment variables in that order
42
+
and finally tries the WINDOWS directory if none of
43
+
those are set.
44
+
</simpara>
45
+
</note>
46
+
<note>
47
+
<simpara>
48
+
For more in-depth, highly technical implementation details, see the
49
+
<link xlink:href="&url.apc.technotes;">
50
+
developer-supplied TECHNOTES file
51
+
</link>.
52
+
</simpara>
53
+
</note>
54
+
<para>
55
+
APCu sources can be found <link xlink:href="&url.git.hub;krakjoe/apcu">here</link>.
56
+
</para>
57
+
</section>
58
+

59
+
&reference.apcu.ini;
60
+

61
+
<section xml:id="apcu.resources">
62
+
&reftitle.resources;
63
+
&no.resource;
64
+
</section>
65
+

66
+
</chapter>
67
+

68
+
<!-- Keep this comment at the end of the file
69
+
Local variables:
70
+
mode: sgml
71
+
sgml-omittag:t
72
+
sgml-shorttag:t
73
+
sgml-minimize-attributes:nil
74
+
sgml-always-quote-attributes:t
75
+
sgml-indent-step:1
76
+
sgml-indent-data:t
77
+
indent-tabs-mode:nil
78
+
sgml-parent-document:nil
79
+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
80
+
sgml-exposed-tags:nil
81
+
sgml-local-catalogs:nil
82
+
sgml-local-ecat-files:nil
83
+
End:
84
+
vim600: syn=xml fen fdm=syntax fdl=2 si
85
+
vim: et tw=78 syn=sgml
86
+
vi: ts=1 sw=1
87
+
-->
88
+

0
89