| Antony Dovgal 2006-07-25, 6:57 pm |
| tony2001 Tue Jul 25 13:38:37 2006 UTC
Modified files:
/phpdoc/en/reference/rar reference.xml
Log:
pear install -> pecl install
http://cvs.php.net/viewvc.cgi/phpdo...4&diff_format=u
Index: phpdoc/en/reference/rar/reference.xml
diff -u phpdoc/en/reference/rar/reference.xml:1.3 phpdoc/en/reference/rar/reference.xml:1.4
--- phpdoc/en/reference/rar/reference.xml:1.3 Sun Sep 4 19:39:26 2005
+++ phpdoc/en/reference/rar/reference.xml Tue Jul 25 13:38:36 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Purpose: compression -->
<!-- Membership: pecl, external -->
@@ -37,8 +37,8 @@
<ulink url="&url.pecl.package;rar">&url.pecl.package;rar</ulink>.
</para>
<para>
- Also you can use the pear installer to install the Rar extension,
- using the following command: <command>pear -v install rar</command>.
+ Also you can use the PECL installer to install the Rar extension,
+ using the following command: <command>pecl -v install rar</command>.
</para>
<para>
You can always download the tar.gz package and install Rar by hand:
|