<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mysqlnd.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'mysqlnd.notes.php',
    1 => 'Notes',
    2 => 'Notes',
  ),
  'up' => 
  array (
    0 => 'book.mysqlnd.php',
    1 => 'Mysqlnd',
  ),
  'prev' => 
  array (
    0 => 'mysqlnd.stats.php',
    1 => 'Statistics',
  ),
  'next' => 
  array (
    0 => 'mysqlnd.memory.php',
    1 => 'Memory management',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mysqlnd/notes.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mysqlnd.notes" class="chapter">
 <h1 class="title">Notes</h1>

 <p class="para">
  This section provides a collection of miscellaneous notes on MySQL
  Native Driver usage.
 </p>
 <ul class="itemizedlist">
   <li class="listitem"><p class="para">Using <code class="literal">mysqlnd</code> means using PHP streams 
   for underlying connectivity. For <code class="literal">mysqlnd</code>, the PHP 
   streams documentation (<a href="book.stream.php" class="xref">Streams</a>) should be consulted 
   on such details as timeout settings, not the documentation for the MySQL 
   Client Library.</p></li>
 </ul>
</div>
<?php manual_footer($setup); ?>