[PHP-DOC] cvs: phpdoc /en/functions yaz.xml From: Egon Schmid (eschmid <email protected>)
Date: 08/07/00

eschmid Mon Aug 7 13:52:14 2000 EDT

  Modified files:
    /phpdoc/en/functions yaz.xml
  Log:
  There was a little bug.
  
Index: phpdoc/en/functions/yaz.xml
diff -u phpdoc/en/functions/yaz.xml:1.2 phpdoc/en/functions/yaz.xml:1.3
--- phpdoc/en/functions/yaz.xml:1.2 Mon Aug 7 13:43:44 2000
+++ phpdoc/en/functions/yaz.xml Mon Aug 7 13:52:14 2000
@@ -21,8 +21,9 @@
     Before compiling PHP with the PHP/YAZ module you'll need the YAZ toolkit.
     Build YAZ and install it. Build PHP with your favourite modules and add
     option --with-yaz. Your task is roughly the following:
- <informalexample>
- <programlisting>
+ </simpara>
+ <informalexample>
+ <programlisting>
 gunzip -c yaz-1.6.tar.gz|tar xf -
 gunzip -c php-4.0.X.tar.gz|tar xf -
 cd yaz-1.6
@@ -33,9 +34,8 @@
 ./configure --with-yaz=/usr/bin
 make
 make install
- </programlisting>
- </informalexample>
- </simpara>
+ </programlisting>
+ </informalexample>
    <simpara>
     PHP/YAZ keeps track of connections with targets (Z-Associations). A positive
     integer represents the ID of a particular association.