1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-25 16:02:13 +01:00
Files
archived-doc-es/reference/sqlite3/configure.xml
Yago Ferrer 835046e647 updated to the most recent version.
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@299889 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-28 02:25:03 +00:00

46 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: yago Status: ready -->
<section xml:id="sqlite3.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>
La extensión SQLite3 está activada por defecto desde PHP 5.3.0. Se
puede desactivar usando <literal>--without-sqlite3</literal>
en tiempo de compilación.
</para>
<para>
Los usuarios de Windows deben activar <filename>php_sqlite3.dll</filename>
para poder usar esta extensión. Esta <acronym>DLL</acronym> se
incluye con las distribuciones de PHP para Windows desde la versión 5.3.0.
</para>
<note>
<para>
Durante un corto período de tiempo esta extensión era <acronym>PECL</acronym>
pero esta versión solo es recomendada para uso experimental.
</para>
</note>
</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
-->