Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 9566

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>Requirements</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="mssql.setup.html">Installing/Configuring</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mssql.installation.html">Installation</a></div>
 <div class="up"><a href="mssql.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="mssql.requirements" class="section">
  <h2 class="title">Requirements</h2>
  <p class="para">
   Requirements for Win32 platforms.
  </p>
  <p class="para">
   The extension requires the MS SQL Client Tools to be installed
   on the system where PHP is installed. The Client Tools can
   be installed from the MS SQL Server CD or by copying
   <var class="filename">ntwdblib.dll</var> from 
   <var class="filename">\winnt\system32</var> on the server to
   <var class="filename">\winnt\system32</var> on the PHP box.
   Copying <var class="filename">ntwdblib.dll</var> will only provide access
   through named pipes.
   Configuration of the client will require installation of all the tools.
  </p>
  <p class="para">
   This extension is not available anymore on Windows with PHP 5.3 or later.
  </p>
  <p class="para">
   SqlSrv, an alternative driver for MS SQL is available from Microsoft: <a href="http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx" class="link external">&raquo;&nbsp;http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx</a>.
  </p>
  <p class="para">
   Requirements for Unix/Linux platforms.
  </p>
  <p class="para">
   To use the MSSQL extension on Unix/Linux, you first need to build and 
   install the FreeTDS library. Source code and installation instructions 
   are available at the FreeTDS home page: 
   <a href="http://www.freetds.org/" class="link external">&raquo;&nbsp;http://www.freetds.org/</a>
  </p>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    On Windows, the DBLIB from Microsoft is used. Functions that return a
    column name are based on the <em>dbcolname()</em> function 
    in DBLIB.  DBLIB was developed for SQL Server 6.x where the max
    identifier length is 30.  For this reason, the maximum column length 
    is 30 characters.  On platforms where FreeTDS is used (Linux), this is
    not a problem.
   </p>
  </p></blockquote>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    On Windows, if you&#039;re using MSSQL 2005 or greater you must copy the 
    <em>ntwdblib.dll</em> into the directory where you have 
    installed php and overwrite the one thats already in there. This is 
    due to the version distributed is  old and outdated. Alternatively you 
    can use the <a href="http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx" class="link external">&raquo;&nbsp;http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx</a>, 
    <a href="book.uodbc.html" class="link">ODBC</a>, 
    <a href="ref.pdo-dblib.html" class="link">PDO_DBLIB</a> or 
    <a href="ref.pdo-odbc.html" class="link">PDO_ODBC</a> extensions, to talk to MSSQL.
   </p>
  </p></blockquote>
 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="mssql.setup.html">Installing/Configuring</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mssql.installation.html">Installation</a></div>
 <div class="up"><a href="mssql.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>