steinm Tue Jul 25 13:30:33 2006 UTC
Modified files:
/phpdoc/en/reference/ps configure.xml
Log:
- pear must be pecl for installation of the ps extension
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ps/configure.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/ps/configure.xml
diff -u phpdoc/en/reference/ps/configure.xml:1.1
phpdoc/en/reference/ps/configure.xml:1.2
--- phpdoc/en/reference/ps/configure.xml:1.1 Wed Jun 22 13:21:24 2005
+++ phpdoc/en/reference/ps/configure.xml Tue Jul 25 13:30:33 2006
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="ps.installation">
&reftitle.install;
<para>
A short installation note: just type
<screen>
-$ pear install ps
+$ pecl install ps
</screen>
in your console.
</para>