mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix it for real this time
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75275 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2fee800ba4
commit
db0a83916c
1 changed files with 11 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<reference id="ref.odbc">
|
||||
<title>Unified ODBC functions</title>
|
||||
<titleabbrev>ODBC</titleabbrev>
|
||||
|
@ -26,27 +26,28 @@
|
|||
</note>
|
||||
|
||||
<section id="odbc.requirements">
|
||||
<title>Supported Databases</title>
|
||||
<title>Requirements</title>
|
||||
<para>
|
||||
The following databases are supported by the Unified ODBC
|
||||
functions: <ulink url="&url.adabas;">Adabas D</ulink>, <ulink
|
||||
url="&url.ibmdb2;">IBM DB2</ulink>, <ulink
|
||||
url="&url.iodbc;">iODBC</ulink>, <ulink
|
||||
url="&url.solid;">Solid</ulink>, and <ulink
|
||||
url="&url.sybase;">Sybase SQL Anywhere</ulink>.
|
||||
functions: <ulink url="&url.adabas;">Adabas D</ulink>,
|
||||
<ulink url="&url.ibmdb2;">IBM DB2</ulink>,
|
||||
<ulink url="&url.iodbc;">iODBC</ulink>,
|
||||
<ulink url="&url.solid;">Solid</ulink>, and
|
||||
<ulink url="&url.sybase;">Sybase SQL Anywhere</ulink>. To access these
|
||||
databases you need to have the required libraries installed.
|
||||
</para>
|
||||
</section>
|
||||
<!--
|
||||
|
||||
<section id="odbc.installation">
|
||||
<title>Installation</title>
|
||||
<para>
|
||||
Please see the <link
|
||||
linkend="database-support-options">Installation on Unix
|
||||
linkend="install.configure.options.databases">Installation on Unix
|
||||
Systems</link> chapter for more information about configuring PHP
|
||||
with these databases.
|
||||
</para>
|
||||
</section>
|
||||
-->
|
||||
|
||||
<section id="odbc.configuration">
|
||||
<title>Runtime Configuration</title>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue