mfp             Wed May 23 15:42:48 2007 UTC

  Modified files:              
    /phpdoc/en/reference/sdo    reference.xml 
  Log:
  update the install instructions which should have changed when we reorganised 
the pecl package to include SCA.
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo/reference.xml?r1=1.26&r2=1.27&diff_format=u
Index: phpdoc/en/reference/sdo/reference.xml
diff -u phpdoc/en/reference/sdo/reference.xml:1.26 
phpdoc/en/reference/sdo/reference.xml:1.27
--- phpdoc/en/reference/sdo/reference.xml:1.26  Thu Feb 15 08:12:19 2007
+++ phpdoc/en/reference/sdo/reference.xml       Wed May 23 15:42:48 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
 <!-- Purpose: xml -->
 <!-- Membership: pecl -->
 
@@ -102,24 +102,26 @@
     <title>Unix systems</title>
     <step>
      <para>
-      You can download and install the latest stable release of all
-      three SDO components - the SDO core, the XML DAS and the
-      Relational DAS - with the command:
+      The three SDO components - the SDO core, the XML DAS and the
+      Relational DAS - are packaged together with Service Component 
+      Architecture (SCA) into one PECL project, SCA_SDO, so you can 
+      download SCA and all three parts of SDO with the command:
       <screen>
        <![CDATA[
-pecl install sdo
+pecl install SCA_SDO
 ]]>
       </screen>
      </para>
      <para>
       This command will build the SDO shared library as well as
-      installing the PHP files that make the Relational DAS.
+      installing the PHP files that make up SCA and the SDO 
+      Relational DAS.
      </para>
      <para>
       If you want to use the latest beta version, then instead run:
       <screen>
        <![CDATA[
-pecl install sdo-beta
+pecl install SCA_SDO-beta
 ]]>
       </screen>
      </para>

Reply via email to