jsgoupil Thu Nov 3 02:24:46 2005 EDT
Modified files:
/phpdoc/en/reference/yaz configure.xml
Log:
separate php version from PHP word + fix < to <
http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/configure.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/yaz/configure.xml
diff -u phpdoc/en/reference/yaz/configure.xml:1.10
phpdoc/en/reference/yaz/configure.xml:1.11
--- phpdoc/en/reference/yaz/configure.xml:1.10 Wed Nov 2 15:47:20 2005
+++ phpdoc/en/reference/yaz/configure.xml Thu Nov 3 02:24:46 2005
@@ -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 @@
</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 @@
<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 @@
<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>