mfp Wed Aug 3 10:30:42 2005 EDT
Modified files:
/phpdoc/en/reference/sdodasrel reference.xml
Log:
Shorten installation instructions and point at main SDO install section
http://cvs.php.net/diff.php/phpdoc/en/reference/sdodasrel/reference.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/sdodasrel/reference.xml
diff -u phpdoc/en/reference/sdodasrel/reference.xml:1.10
phpdoc/en/reference/sdodasrel/reference.xml:1.11
--- phpdoc/en/reference/sdodasrel/reference.xml:1.10 Fri Jul 29 14:14:31 2005
+++ phpdoc/en/reference/sdodasrel/reference.xml Wed Aug 3 10:30:41 2005
@@ -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 @@
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.