Shorten installation instructions and point at main SDO install section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192309 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Matthew Peters 2005-08-03 14:30:41 +00:00
parent 500d41edab
commit 4f1acf0919

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
<reference id="ref.sdo.das.rel">
<title>SDO Relational Data Access Service Functions</title>
@ -131,11 +131,17 @@
<section id="sdo.das.rel.installation">
&reftitle.install;
<para>
The Relational DAS is written in PHP. The PHP files that make the
Relational DAS should be placed in a directory that is pointed to
by the
The installation instructions for all the SDO components
are in the SDO
<link linkend="sdo.installation">install</link>
section of the SDO documentation.
</para>
<para>
In any case, the essential facts are that
the Relational DAS is written in PHP and it
should be placed somewhere on the PHP
<link linkend="ini.include-path">include_path</link>
directive in the &php.ini; file.
.
</para>
<para>
@ -167,7 +173,12 @@ require_once 'SDO/DAS/Relational.php';
The Relational DAS uses PDO to access the relational database,
and so should run with a variety of different relational databases,
but at the time of writing has only been tested with MySQL 4.1.7
on Windows and Linux, and DB2 8.2 Personal Edition on Windows.
on Windows and Linux, DB2 8.2 Personal Edition on Windows and
DB2 8.2 Personal Developer's Edition (the Developer's Edition
contains the include files which are needed when PHP is configured
with the
<command>--with-pdo-odbc=ibm-db2</command>
option.
On Windows it operates correctly with the php_pdo_mysql and
php_pdo_odbc drivers, for MySQL and DB2 respectively,
that come with the pre-built binaries in PHP 5.1.0b3.