[PHP-DOC] cvs: phpdoc /en/reference/yaz configure.xml From: Adam Dickmeiss (adam <email protected>)
Date: 02/24/03

dickmeiss Mon Feb 24 18:37:31 2003 EDT

  Modified files:
    /phpdoc/en/reference/yaz configure.xml
  Log:
  YAZ 2.0
  
Index: phpdoc/en/reference/yaz/configure.xml
diff -u phpdoc/en/reference/yaz/configure.xml:1.4 phpdoc/en/reference/yaz/configure.xml:1.5
--- phpdoc/en/reference/yaz/configure.xml:1.4 Mon Jan 20 15:21:41 2003
+++ phpdoc/en/reference/yaz/configure.xml Mon Feb 24 18:37:31 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <section id="yaz.installation">
  &reftitle.install;
  <para>
@@ -13,8 +13,8 @@
    <programlisting role="shell">
 <![CDATA[
 gunzip -c php-4.3.X.tar.gz|tar xf -
-gunzip -c yaz-1.9.Y.tar.gz|tar xf -
-cd yaz-1.9.Y
+gunzip -c yaz-2.0.tar.gz|tar xf -
+cd yaz-2.0
 ./configure --prefix=/usr
 make
 make install
@@ -28,6 +28,12 @@
  </para>
 
  &warn.imaprecodeyaz;
+
+ <note>
+ <para>
+ The above problem is solved in version 2.0 of YAZ.
+ </para>
+ </note>
 
 </section>
 

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php