cem Thu Jun 8 14:43:55 2006 UTC
Modified files:
/phpdoc/en/reference/sdo reference.xml
Log:
use pecl command instead of pear
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/sdo/reference.xml?r1=1.22&r2=1.23&diff_format=u
Index: phpdoc/en/reference/sdo/reference.xml
diff -u phpdoc/en/reference/sdo/reference.xml:1.22
phpdoc/en/reference/sdo/reference.xml:1.23
--- phpdoc/en/reference/sdo/reference.xml:1.22 Fri Mar 24 15:46:38 2006
+++ phpdoc/en/reference/sdo/reference.xml Thu Jun 8 14:43:55 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
<!-- Purpose: database.abstract -->
<!-- Membership: pecl -->
<!-- State: experimental -->
@@ -88,7 +88,7 @@
<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:
<screen> <![CDATA[
-pear install sdo
+pecl install sdo
]]>
</screen>
</para>
@@ -99,14 +99,14 @@
If you want to use the latest beta version, then instead run:
<screen>
<![CDATA[
-pear install sdo-beta
+pecl install sdo-beta
]]>
</screen>
</para>
</step>
<step>
<para> The
- <command>pear</command> command automatically installs the SDO and
SDO_DAS_XML
+ <command>pecl</command> command automatically installs the SDO and
SDO_DAS_XML
modules into your PHP extensions directory. To enable the SDO extensions
you must add
the following lines to &php.ini;:
<screen> <![CDATA[
@@ -137,7 +137,7 @@
</step>
<step>
<para> The
- <command>pear</command> command automatically installs the SDO and
SDO_DAS_XML
+ <command>pecl</command> command automatically installs the SDO and
SDO_DAS_XML
modules into your PHP extensions directory. To enable the SDO extensions
you must add
the following lines to &php.ini;:
<screen>
@@ -152,7 +152,7 @@
<para> The Relational DAS can be downloaded and installed with the
command:
<screen>
<![CDATA[
-pear install -B sdo
+pecl install -B sdo
]]>
</screen>
</para>