mirror of
https://github.com/php/doc-es.git
synced 2026-03-25 16:02:13 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@338441 c90b9560-bf6c-de11-be94-00142212c4b1
86 lines
2.4 KiB
XML
86 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 82354105ea141e86d769ed9a8d79f253eaeccd2d Maintainer: seros Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<chapter xml:id="apcu.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<section xml:id="apcu.requirements">
|
|
&reftitle.required;
|
|
&no.requirement;
|
|
</section>
|
|
|
|
<section xml:id="apcu.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
Si se requiere retrocompatibilidad con las partes de APC aplicables
|
|
APCu debe configurarso con la opción --enable-apcu-bc.
|
|
</para>
|
|
<warning>
|
|
<simpara>
|
|
PHP 7 tiene un módulo aparte (<link xlink:href="&url.apc.bc;">apc.so</link>) para la retrocompatibilidad con APC.
|
|
</simpara>
|
|
</warning>
|
|
<para>
|
|
En el modo de retrocompatibilidad, APCu registra las funciones de APC aplicables
|
|
con prototipos retrocompatibles.
|
|
</para>
|
|
<para>
|
|
Si una función de APC aceptaba <parameter>cache_type</parameter>, la ignora
|
|
simplemente la versión retrocompatible, and omitted from the prototype for
|
|
the APCu version.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
En Windows, APC necesita una ruta temporal donde ubicarse, y debe ser
|
|
escribible por el servidor web. Comprueba las variables de entorno
|
|
TMP, TEMP y USERPROFILE, en este orden,
|
|
y finalmente intenta el directorio WINDOWS si ninguno de
|
|
los anteriores está establecido.
|
|
</simpara>
|
|
</note>
|
|
<note>
|
|
<simpara>
|
|
Para detalles de implementación más profundos y altamente téctino, veáse el
|
|
<link xlink:href="&url.apc.technotes;">
|
|
fichero TECHNOTES porporcionado por el desarrollador
|
|
</link>.
|
|
</simpara>
|
|
</note>
|
|
<para>
|
|
Los ficheros fuentes de APCu se pueden encontrar <link xlink:href="&url.git.hub;krakjoe/apcu">aquí</link>.
|
|
</para>
|
|
</section>
|
|
|
|
&reference.apcu.ini;
|
|
|
|
<section xml:id="apcu.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
</chapter>
|
|
|
|
<!-- 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:"~/.phpdoc/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
|
|
-->
|
|
|