mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-04-26 01:58:13 +02:00
52 lines
1.8 KiB
XML
52 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 8a058e9acded067eaa1bd445ed6943158e7311df Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<section xml:id="ref.pdo-sqlsrv.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.install;
|
|
<para>
|
|
L'extension PDO_SQLSRV est activée en ajoutant les bibliothèques
|
|
DLL appropriées dans votre dossier d'extension PHP
|
|
et en ajoutant les entrées correspondantes dans le fichier &php.ini;.
|
|
PDO_SQLSRV est livré avec 8 pilotes, dont 4 dédiés au support de PDO.
|
|
</para>
|
|
<para>
|
|
La version la plus récente du pilote est disponible au téléchargement ici :
|
|
<link xlink:href="&url.sqlsrv;">téléchargement SQLSRV</link>.
|
|
Les sources du polite sont hébergées dans un <link xlink:href="&url.sqlsrv.repo;">dépôt public</link>.
|
|
</para>
|
|
<para>
|
|
Pour plus d'information à propos des exigences système, consultez le
|
|
chapitre sur les
|
|
<link xlink:href="&url.sqlsrv.system.requirements;">exisgences systèmes SQLSRV</link>.
|
|
</para>
|
|
<para>
|
|
L'extension PDO_SQLSRV n'est compatible qu'avec PHP sur Windows.
|
|
Pour Linux, reportez-vous à <link linkend="ref.pdo-odbc">ODBC</link>
|
|
ainsi qu'au
|
|
<link xlink:href="&url.sqlsrv.linuxodbc;">driver ODBC du serveur SQL Microsoft pour Linux</link>.
|
|
</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
|
|
-->
|