diff --git a/reference/apc/book.xml b/reference/apc/book.xml new file mode 100644 index 0000000000..a1b7ee03a7 --- /dev/null +++ b/reference/apc/book.xml @@ -0,0 +1,45 @@ + + + + + + + Alternative PHP Cache + APC + + + &reftitle.intro; + + 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. + + + + &reference.apc.setup; + &reference.apc.constants; + &reference.apc.reference; + + + + + diff --git a/reference/apc/constants.xml b/reference/apc/constants.xml new file mode 100644 index 0000000000..4aaefbbb1d --- /dev/null +++ b/reference/apc/constants.xml @@ -0,0 +1,29 @@ + + + + + &reftitle.constants; + &no.constants; + + + + diff --git a/reference/apc/reference.xml b/reference/apc/reference.xml index d3c2eb4d23..147f9a01b6 100644 --- a/reference/apc/reference.xml +++ b/reference/apc/reference.xml @@ -1,67 +1,11 @@ - - - + - Alternative PHP Cache - APC + APC &Functions; - -
- &reftitle.intro; - - 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. - -
+ &reference.apc.entities.functions; -
- &reftitle.install; - - &pecl.moved; - - - &pecl.info; - &url.pecl.package;apc. - - - &pecl.windows.download; - - - - 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. - - - - - For more in-depth, highly technical implementation details, see the - - developer-supplied TECHNOTES file - . - - -
- - &reference.apc.ini; - -
- &reftitle.resources; - &no.resource; -
- -
- &reftitle.constants; - &no.constants; -
-
- -&reference.apc.entities.functions;
+ diff --git a/reference/apc/setup.xml b/reference/apc/setup.xml new file mode 100644 index 0000000000..35ac698198 --- /dev/null +++ b/reference/apc/setup.xml @@ -0,0 +1,72 @@ + + + + + &reftitle.setup; + +
+ &reftitle.required; + &no.requirement; +
+ +
+ &reftitle.install; + + &pecl.moved; + + + &pecl.info; + &url.pecl.package;apc. + + + &pecl.windows.download; + + + + 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. + + + + + For more in-depth, highly technical implementation details, see the + + developer-supplied TECHNOTES file + . + + +
+ + &reference.apc.ini; + +
+ &reftitle.resources; + &no.resource; +
+ +
+ + +