mfp Thu Aug 4 08:15:49 2005 EDT
Modified files:
/phpdoc/en/reference/sdodasrel reference.xml
Log:
Update Requirements section to give more details on which platforms/databases
have been tested.
http://cvs.php.net/diff.php/phpdoc/en/reference/sdodasrel/reference.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/sdodasrel/reference.xml
diff -u phpdoc/en/reference/sdodasrel/reference.xml:1.11
phpdoc/en/reference/sdodasrel/reference.xml:1.12
--- phpdoc/en/reference/sdodasrel/reference.xml:1.11 Wed Aug 3 10:30:41 2005
+++ phpdoc/en/reference/sdodasrel/reference.xml Thu Aug 4 08:15:48 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- 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>
@@ -171,23 +171,45 @@
</para>
<para>
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, 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.
- On Linux it is necessary to have the most up-to-date PDO
- driver for MySQL. It may be necessary to uninstall the usual
- driver that would have come from PECL (using
- <command>pear uninstall pdo_mysql</command>
- ) and to enable pdo_mysql when configuring PHP, in order to pick up
- the recent version built in to PHP.
+ and so should run with a variety of different relational databases.
+ At the time of writing it has been tested in the following configurations
+ <itemizedlist>
+ <listitem>
+ <para>
+ MySQL 4.1.17, on Windows.
+ The Relational DAS operates correctly with the php_pdo_mysql
+ driver that comes with the pre-built binaries for PHP 5.1.0b3.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ MySQL 4.1.17, on Linux. It is necessary to have the most up-to-date
+ PDO driver for MySQL, which comes built in to PHP 5.1.0b3.
+ It may be necessary to uninstall the usual driver that would have
+ come from PECL using
+ <command>pear uninstall pdo_mysql</command>
+ . You will need to configure PHP with the
+ <command>--with-pdo-mysql</command> option.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ DB2 8.2 Personal Edition, on Windows.
+ The Relational DAS operates correctly with the
+ php_pdo_odbc driver that comes with the pre-built binaries for
+ PHP 5.1.0b3.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ DB2 8.2 Personal Developer's Edition, on Linux.
+ The Developer's Edition is needed because it
+ contains the include files needed when PHP is configured
+ and built. You will need to configure PHP with the
+ <command>--with-pdo-odbc=ibm-db2</command> option.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
<para>