2005-08-14 04:01:15 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-12-10 17:06:11 +00:00
|
|
|
<!-- $Revision: 1.7 $ -->
|
2005-09-04 11:49:43 +00:00
|
|
|
<!-- Purpose: basic.php -->
|
|
|
|
<!-- Membership: pecl -->
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.apc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2005-08-14 04:01:15 +00:00
|
|
|
<title>Alternative PHP Cache</title>
|
|
|
|
<titleabbrev>APC</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="apc.intro">
|
2005-08-14 04:01:15 +00:00
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP.
|
|
|
|
It was conceived of to provide a free, open, and robust framework for
|
|
|
|
caching and optimizing PHP intermediate code.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="apc.installation">
|
2005-08-14 04:01:15 +00:00
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
|
|
|
&pecl.moved;
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
&pecl.info;
|
2007-06-20 22:25:43 +00:00
|
|
|
<link xlink:href="&url.pecl.package;apc">&url.pecl.package;apc</link>.
|
2005-08-14 04:01:15 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
&pecl.windows.download;
|
|
|
|
</para>
|
2005-08-14 21:49:53 +00:00
|
|
|
<note>
|
|
|
|
<simpara>
|
2006-03-12 02:16:54 +00:00
|
|
|
On Windows, APC needs a temp path to exist, and be
|
|
|
|
writable by the web server. It checks TMP, TEMP,
|
|
|
|
USERPROFILE environment variables in that order
|
|
|
|
and finally tries the WINDOWS directory if none of
|
|
|
|
those are set.
|
2005-08-14 21:49:53 +00:00
|
|
|
</simpara>
|
|
|
|
</note>
|
2005-08-14 22:50:36 +00:00
|
|
|
<note>
|
|
|
|
<simpara>
|
2006-03-12 02:16:54 +00:00
|
|
|
For more in-depth, highly technical implementation details, see the
|
2007-06-20 22:25:43 +00:00
|
|
|
<link xlink:href="&url.apc.technotes;">
|
2005-08-14 22:50:36 +00:00
|
|
|
developer-supplied TECHNOTES file
|
2007-06-20 22:25:43 +00:00
|
|
|
</link>.
|
2005-08-14 22:50:36 +00:00
|
|
|
</simpara>
|
|
|
|
</note>
|
2005-08-14 04:01:15 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
&reference.apc.ini;
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="apc.resources">
|
2005-08-14 04:01:15 +00:00
|
|
|
&reftitle.resources;
|
|
|
|
&no.resource;
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="apc.constants">
|
2005-08-14 04:01:15 +00:00
|
|
|
&reftitle.constants;
|
|
|
|
&no.constants;
|
|
|
|
</section>
|
|
|
|
</partintro>
|
|
|
|
|
2007-12-10 17:06:11 +00:00
|
|
|
&reference.apc.entities.functions;
|
2005-08-14 04:01:15 +00:00
|
|
|
</reference>
|
|
|
|
|
|
|
|
<!-- 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:"../../../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
|
|
|
|
-->
|