mirror of
https://github.com/php/doc-es.git
synced 2026-03-23 23:12:09 +01:00
66 lines
1.9 KiB
XML
66 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 184f3f7bd45643cb80f828d0bb001991ec3a5fad Maintainer: PhilDaiguille Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<chapter xml:id="phar.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<!-- {{{ Requirements -->
|
|
<section xml:id="phar.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Puede ser deseable activar las extensiones <link linkend="book.zlib" >zlib</link>
|
|
y <link linkend="book.bzip2" >bzip2</link> para aprovechar el soporte
|
|
de archivos phar comprimidos. Asimismo, para utilizar las firmas OpenSSL, la extensión
|
|
<link linkend="book.openssl">OpenSSL</link> debe ser activada.
|
|
</para>
|
|
<para>
|
|
Si <link linkend="ini.zend.multibyte">zend.multibyte</link> está activado,
|
|
<link linkend="ini.zend.detect-unicode">zend.detect_unicode</link> también debe estar activado.
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
&reference.phar.installation;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Configuration -->
|
|
&reference.phar.ini;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="phar.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
La extensión Phar proporciona el flujo <literal>phar</literal>, que permite el acceso de forma
|
|
transparente a los ficheros contenidos en un phar. Para más información,
|
|
consulte <link linkend="phar.fileformat">el formato de archivo Phar</link>
|
|
</para>
|
|
</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
|
|
-->
|