mirror of
https://github.com/php/doc-ro.git
synced 2026-03-24 07:22:11 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/ro/trunk@348544 c90b9560-bf6c-de11-be94-00142212c4b1
45 lines
1.5 KiB
XML
45 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- $Author$ -->
|
|
<!-- EN-Revision: 859713422861ee5d25d5e8504928a4af9ce198ad Maintainer: simionea Status: ready -->
|
|
|
|
<section xml:id="ref.pdo-sqlite.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.install;
|
|
<para>
|
|
Driver-ul PDO PDO_SQLITE este activat implicit. Pentru a-l dezactiva, puteți
|
|
folosi opțiunea <option role="configure">--without-pdo-sqlite[=DIR]</option>,
|
|
unde opționalul <literal>[=DIR]</literal> este directorul instalării de bază
|
|
a sqlite. Începând cu PHP 7.4.0 <link xlink:href="&url.sqlite;">libsqlite</link>
|
|
≥ 3.5.0 este necesară. Anterior, în locul acesteia, putea fi utilizată biblioteca
|
|
libsqlite încorporată, și astfel era implicit dacă <literal>[=DIR]</literal>
|
|
era omisă.
|
|
</para>
|
|
<note>
|
|
<title>Configurări suplimentare pe Windows începând cu PHP 7.4.0</title>
|
|
<para>
|
|
&ext.windows.path.dll; <filename>libsqlite3.dll</filename>.
|
|
</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
|
|
-->
|