mirror of
https://github.com/php/doc-es.git
synced 2026-04-25 08:08:27 +02:00
9f7804a633
* feat(translation): update revision EN * feat(translation): update revision EN
47 lines
1.5 KiB
XML
47 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: cdab70215c31e34b90a5f941a33cdf47eeaa12e2 Maintainer: PhilDaiguille Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<section xml:id="xml.installation" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.install;
|
|
<para>
|
|
&installation.enabled.disable;
|
|
<option role="configure">--disable-xml</option>
|
|
</para>
|
|
<para>
|
|
Estas funciones están activadas por omisión y utilizan la
|
|
biblioteca expat proporcionada con la distribución. El soporte de XML puede ser desactivado
|
|
utilizando la opción de compilación
|
|
<option role="configure">--disable-xml</option>.
|
|
Si se compila PHP como módulo para Apache 1.3.9 o superior,
|
|
PHP utilizará automáticamente la biblioteca
|
|
<productname>expat</productname> proporcionada por Apache. Si no se desea utilizar la biblioteca expat integrada,
|
|
es necesario compilar PHP con la opción
|
|
<option role="configure">--with-expat-dir=DIR</option>, donde DIR es el
|
|
directorio de instalación de la biblioteca expat.
|
|
</para>
|
|
&windows.builtin;
|
|
</section>
|
|
|
|
<!-- 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
|
|
-->
|