Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 10706

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Informix Functions (PDO_INFORMIX)</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.pdo-ibm.connection.html">PDO_IBM DSN</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ref.pdo-informix.connection.html">PDO_INFORMIX DSN</a></div>
 <div class="up"><a href="pdo.drivers.html">PDO Drivers</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="ref.pdo-informix" class="reference">
  <h1 class="title">Informix Functions (PDO_INFORMIX)</h1>
  
  <div class="partintro">

   <div class="section" id="pdo-informix.intro">
    <h2 class="title">Introduction</h2>
    <p class="para">
     PDO_INFORMIX is a driver that implements the <a href="intro.pdo.html" class="link">PHP Data
     Objects (PDO)</a> interface to enable access from PHP to Informix databases.
    </p>
   </div>

   
   

<div class="section" id="ref.pdo-informix.installation">
 <h2 class="title">Installation</h2>
 <p class="para">
  To build the PDO_INFORMIX extension, the Informix Client SDK 2.81 UC1 or
  higher must be installed on the same system as PHP. The Informix Client
  SDK is available from the <a href="http://www-306.ibm.com/software/data/informix/tools/csdk/" class="link external">&raquo;&nbsp;IBM Informix
  Support Site</a>.
 </p>
 <p class="para">
  PDO_INFORMIX is a <a href="http://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> extension, so
  follow the instructions in <a href="install.pecl.html" class="xref">Installation of PECL extensions</a> to install the
  PDO_INFORMIX extension. Issue the <strong class="command">configure</strong> command
  to point to the location of your Informix Client SDK header files and
  libraries as follows:
  <div class="example-contents screen">
<div class="cdata"><pre>
   bash$ ./configure --with-pdo-informix=/path/to/SDK[,shared]
</pre></div>
  </div>
  The <strong class="command">configure</strong> command defaults to the value of the
  <em>INFORMIXDIR</em> environment variable.
 </p>
</div>




   <div class="section" id="ref.pdo-informix.features.cursors">
    <h2 class="title">Scrollable cursors</h2>
    <p class="para">
     PDO_INFORMIX supports scrollable cursors; however, they are not enabled
     by default. To enable scrollable cursor support, you must either set
     <strong class="userinput"><code>ENABLESCROLLABLECURSORS=1</code></strong> in the corresponding ODBC
     connection settings in <var class="filename">odbc.ini</var> or pass
     the <strong class="userinput"><code>EnableScrollableCursors=1</code></strong> clause in the DSN
     connection string.
    </p>
   </div>

  </div>

  

 <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="ref.pdo-informix.connection.html">PDO_INFORMIX DSN</a> — Connecting to Informix databases</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.pdo-ibm.connection.html">PDO_IBM DSN</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ref.pdo-informix.connection.html">PDO_INFORMIX DSN</a></div>
 <div class="up"><a href="pdo.drivers.html">PDO Drivers</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>