mirror of
https://github.com/php/doc-es.git
synced 2026-04-27 09:08:15 +02:00
0775e978f4
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@301638 c90b9560-bf6c-de11-be94-00142212c4b1
69 lines
2.0 KiB
XML
69 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 3ef41d6cfcd211f803ac0892f9a93ba3c31a4c16 Maintainer: yago Status: ready -->
|
|
<section xml:id="fileinfo.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.install;
|
|
<para>
|
|
Esta extensión está activada por defecto desde PHP 5.3.0. Antes de esta versión,
|
|
fileinfo era una extensión PECL pero ya no se sigue manteniendo.
|
|
Sin embargo, en las versiones anteriores a 5.3+ se deben usar
|
|
<link xlink:href="&url.pecl.package;fileinfo">La extensión PECL discontinuada</link>.
|
|
</para>
|
|
<para>
|
|
Usuarios de Windows deben incluir el fichero <acronym>DLL</acronym>
|
|
<filename>php_fileinfo.dll</filename> en &php.ini; para activar esta extensión.
|
|
</para>
|
|
<para>
|
|
La librería libmagic está incluida en PHP, pero incluye cambios específicos para PHP.
|
|
Existe un parche para libmagic llamado <filename>libmagic.patch</filename> que es actualizado
|
|
periódicamente y puede ser encontrado en las fuentes de las extensiones fileinfo para PHP.
|
|
</para>
|
|
<para>
|
|
<table>
|
|
<title>Histórico de actualizaciones de la librería incluida libmagic</title>
|
|
<tgroup cols="3">
|
|
<thead>
|
|
<row>
|
|
<entry>PHP &Version;</entry>
|
|
<entry>Libmagic actualizado a &Version;</entry>
|
|
<entry>Notas</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>5.3.2</entry>
|
|
<entry>5.03</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>5.3.0</entry>
|
|
<entry>5.02</entry>
|
|
<entry></entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
</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
|
|
-->
|