mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
f25afe6fbc
commit
11e2c97593
1 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue