Changes to install section:

1. correct the pear install command (had -B in the wrong place)
2. Make the version/release/fix variable in the command


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193045 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Matthew Peters 2005-08-11 11:13:48 +00:00
parent 5515ca026a
commit 34a385591e

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
<reference id="ref.sdo">
<title>SDO Functions</title>
@ -95,9 +95,9 @@
</para>
<para>
The instructions are likely to change as PHP 5.1 progresses in status
from beta to stable release. The instructions here were correct on 3rd
from beta to stable release. The instructions here were correct on 11th
August 2005, when PHP 5.1.0b3 was the current beta release of
PHP, and 0.5.0 was the current beta release of SDO.
PHP, and 0.5.1 was the current beta release of SDO.
</para>
<para>
The options are summarised in the following table:
@ -178,12 +178,20 @@
<listitem>
<para>
The Relational DAS can be downloaded and installed with
the command:
</para>
<para>
<command>
pear -B install sdo-0.5.0
pear install -B &lt;package name and level&gt;
</command>
</para>
<para>
Substitute the desired package name and level
<varname>sdo-0.5.0</varname>,
or
<varname>sdo-0.5.1</varname>,
for example, in the command above.
</para>
</listitem>
</itemizedlist>
</entry>
@ -193,12 +201,22 @@
<para>
You can download and install all three SDO components - the
SDO core, the XML DAS and the Relational DAS - with the
command
command:
</para>
<para>
<command>
pear install sdo-0.5.0
pear install &lt;package name and level&gt;
</command>
.
This will build the SDO and XML shared libraries as well as
</para>
<para>
Substitute the desired package name and level
<varname>sdo-0.5.0</varname>,
or
<varname>sdo-0.5.1</varname>,
for example, in the command above.
</para>
<para>
This command will build the SDO and XML shared libraries as well as
installing the PHP files that make the Relational DAS.
</para>
</listitem>