Files
doc-fr/reference/sqlsrv/configure.xml
T
George Peter Banyard 207d6996ac Remove PHP 5 mentions
And other small drive-by fixes
2021-05-20 18:11:37 +01:00

46 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 184f3f7bd45643cb80f828d0bb001991ec3a5fad Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<section xml:id="sqlsrv.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>
L'extension SQLSRV est activée en ajoutant la bibliothèque DLL appropriée
dans votre dossier d'extensions PHP et en ajoutant l'entrée correspondante
dans votre fichier &php.ini;. Le téléchargement de SQLSRV est fourni 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 de SQLSRV</link>.
</para>
<para>
Pour plus d'informations sur les pré-requis SQLSRV, reportez-vous au
chapitre sur les
<link xlink:href="&url.sqlsrv.system.requirements;">pré-requis du système SQLSRV</link>.
</para>
<para>
Depuis la version 4.0, l'extension SQLSRV n'est compatible que lorsque PHP 7.0 fonctionne sur Linux ou Windows.
</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
-->