diff --git a/reference/sdo/reference.xml b/reference/sdo/reference.xml index 75fa4706b2..9d67aa197a 100644 --- a/reference/sdo/reference.xml +++ b/reference/sdo/reference.xml @@ -1,5 +1,5 @@ - + SDO Functions @@ -95,9 +95,9 @@ 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. The options are summarised in the following table: @@ -178,12 +178,20 @@ The Relational DAS can be downloaded and installed with + the command: - pear -B install sdo-0.5.0 + pear install -B <package name and level> + + Substitute the desired package name and level + sdo-0.5.0, + or + sdo-0.5.1, + for example, in the command above. + @@ -193,12 +201,22 @@ You can download and install all three SDO components - the SDO core, the XML DAS and the Relational DAS - with the - command + command: + + - pear install sdo-0.5.0 + pear install <package name and level> - . - This will build the SDO and XML shared libraries as well as + + + Substitute the desired package name and level + sdo-0.5.0, + or + sdo-0.5.1, + for example, in the command above. + + + This command will build the SDO and XML shared libraries as well as installing the PHP files that make the Relational DAS.