mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add APC
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193985 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bc7b96d146
commit
88e4a794ac
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<appendix id="extensions">
|
||||
<title>Extension Categorization</title>
|
||||
|
@ -40,6 +40,7 @@
|
|||
<section id="refs.basic.php">
|
||||
<title>Affecting PHP's Behaviour</title>
|
||||
<itemizedlist>
|
||||
<listitem><para><xref linkend="ref.apc"/></para></listitem>
|
||||
<listitem><para><xref linkend="ref.apd"/></para></listitem>
|
||||
<listitem><para><xref linkend="ref.bcompiler"/></para></listitem>
|
||||
<listitem><para><xref linkend="ref.overload"/></para></listitem>
|
||||
|
@ -489,6 +490,7 @@
|
|||
These extensions are available from <ulink url="&url.pecl;">PECL</ulink>. More PECL extensions exist but they are not documented in the PHP manual yet.
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem><para><xref linkend="ref.apc"/></para></listitem>
|
||||
<listitem><para><xref linkend="ref.apd"/></para></listitem>
|
||||
<listitem><para><xref linkend="ref.bcompiler"/></para></listitem>
|
||||
<listitem><para><xref linkend="ref.classkit"/></para></listitem>
|
||||
|
|
Loading…
Reference in a new issue