mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-26 01:42:09 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@330057 c90b9560-bf6c-de11-be94-00142212c4b1
58 lines
1.7 KiB
XML
58 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: cd09fab47b40563cb8b2316d817efc973d991713 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<chapter xml:id="mysqli.notes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Notes</title>
|
|
|
|
<para>Quelques notes sur l'implémentation :</para>
|
|
|
|
<orderedlist>
|
|
<listitem>
|
|
<para>
|
|
Le support de <literal>MYSQL_TYPE_GEOMETRY</literal>
|
|
a été ajouté à l'extension MySQLI en PHP 5.3.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Notez qu'il y a des différences internes d'implémentations
|
|
entre <literal>libmysqlclient</literal> et <literal>mysqlnd</literal>
|
|
pour gérer les colonnes de type <literal>MYSQL_TYPE_GEOMETRY</literal>.
|
|
D'un point de vue général, <literal>mysqlnd</literal> alloue beaucoup
|
|
moins de mémoire. Par exemple, s'il y a une colonne de type
|
|
<literal>POINT</literal> dans le jeu de résultats,
|
|
<literal>libmysqlclient</literal> allouera environ 4GB de RAM
|
|
alors qu'il ne faut que 50 octets pour gérer une colonne de type
|
|
<literal>POINT</literal> en mémoire. L'allocation mémoire est encore
|
|
plus faible que 50 octets lors de l'utilisation de
|
|
<literal>mysqlnd</literal>.
|
|
</para>
|
|
</listitem>
|
|
</orderedlist>
|
|
|
|
</chapter>
|
|
|
|
<!-- 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
|
|
-->
|
|
|