Fixed build errors

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168119 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Aidan Lister 2004-09-07 12:03:22 +00:00
parent f25afe6fbc
commit 11e2c97593

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<chapter id="install.pecl">
<title>Installation of PECL extensions</title>
@ -161,7 +161,7 @@ $ pear install extname-0.1.1
<screen>
<![CDATA[
$ pear download extname
$ gzip -d < extname.tgz |tar -xvf -
$ gzip -d < extname.tgz | tar -xvf -
$ cd extname
$ phpize
$ ./configure && make
@ -187,11 +187,13 @@ $ ./configure && make
</simpara>
<para>
<screen>
<![CDATA[
$ cd /your/phpsrcdir/ext
$ pear download extname
$ gzip -d < extname.tgz |tar -xvf -
$ gzip -d < extname.tgz | tar -xvf -
$ mv extname-x.x.x extname
$ rm package.xml
]]>
</screen>
</para>
<simpara>
@ -223,7 +225,7 @@ $ make install
</simpara>
<para>
<screen>
$ ./configure --help |grep extname
$ ./configure --help | grep extname
</screen>
</para>
</simplesect>