mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
separate php version from PHP word + fix < to <
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199888 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8db6154515
commit
a047ee4e26
1 changed files with 7 additions and 7 deletions
|
@ -1,21 +1,21 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<section id="yaz.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
Obtain YAZ (ANSI/NISO Z39.50 support) and install it.
|
||||
YAZ can be fetched in source or in various prebuilt packages
|
||||
from the <ulink url="&url.yaz.ftp;">YAZ archive</ulink>.
|
||||
from the <ulink url="&url.yaz.ftp;">YAZ archive</ulink>.
|
||||
Systems such as Debian GNU/Linux, Suse Linux, FreeBSD also has YAZ
|
||||
as part of their distribution.
|
||||
</para>
|
||||
<para>
|
||||
For the PHP4 series, the YAZ extension is bundled (but not YAZ itself)
|
||||
For the PHP 4 series, the YAZ extension is bundled (but not YAZ itself)
|
||||
Build PHP with your favorite modules and add option
|
||||
<option role="configure">--with-yaz[=DIR]</option>.
|
||||
</para>
|
||||
<example>
|
||||
<title>YAZ compilation for PHP4 on Unix</title>
|
||||
<title>YAZ compilation for PHP 4 on Unix</title>
|
||||
<programlisting role="shell">
|
||||
<![CDATA[
|
||||
gunzip -c php-4.4.X.tar.gz|tar xf -
|
||||
|
@ -32,7 +32,7 @@ sudo make install
|
|||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
For PHP5, the YAZ extension is in <ulink url="&url.pecl;">PECL</ulink>
|
||||
For PHP 5, the YAZ extension is in <ulink url="&url.pecl;">PECL</ulink>
|
||||
and is installed as a shared object/dll.
|
||||
If you have pear installed the easiest way to download, configure and
|
||||
install the YAZ extension is by using the <command>pear</command> command.
|
||||
|
@ -42,7 +42,7 @@ sudo make install
|
|||
<para>
|
||||
</para>
|
||||
<para>On a Debian GNU/Linux system the following installs YAZ and PECL YAZ:
|
||||
command usually suffice:
|
||||
commands usually suffice:
|
||||
</para>
|
||||
<programlisting role="shell">
|
||||
<![CDATA[
|
||||
|
@ -61,7 +61,7 @@ sudo pear install yaz
|
|||
<warning>
|
||||
<para>
|
||||
The PHP 5.0.5 Win32 zip includes a too old version of
|
||||
<filename>yaz.dll</filename> (version 1.9.1 < required version 2.0.13).
|
||||
<filename>yaz.dll</filename> (version 1.9.1 < required version 2.0.13).
|
||||
If that's the case use the <filename>yaz.dll</filename> from a newer
|
||||
<ulink url="&url.yaz.ftp.win32;">YAZ WIN32 install</ulink>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue