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

dickmeiss Wed Feb 26 11:39:07 2003 EDT

  Modified files:
    /phpdoc/en/reference/yaz configure.xml
  Log:
  Notes for shared libraries and Windows
  
Index: phpdoc/en/reference/yaz/configure.xml
diff -u phpdoc/en/reference/yaz/configure.xml:1.5 phpdoc/en/reference/yaz/configure.xml:1.6
--- phpdoc/en/reference/yaz/configure.xml:1.5 Mon Feb 24 18:37:31 2003
+++ phpdoc/en/reference/yaz/configure.xml Wed Feb 26 11:39:06 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <section id="yaz.installation">
  &reftitle.install;
  <para>
@@ -25,6 +25,25 @@
 ]]>
    </programlisting>
   </informalexample>
+ </para>
+ <para>
+ If you are using YAZ as a shared extension, add (or uncomment) the following
+ line in <filename>php.ini</filename> on Unix:
+ <screen>
+ extension=php_yaz.so
+ </screen>
+ And for Windows:
+ <screen>
+ extension=php_yaz.dll
+ </screen>
+ </para>
+ <para>
+ On windows, <filename>php_yaz.dll</filename> depend on
+ <filename>yaz.dll</filename>. You'll find <filename>yaz.dll</filename>
+ in sub directory <filename>dlls</filename> in the Win32 zip archive.
+ Copy <filename>yaz.dll</filename> to a directory in your PATH environment
+ (<filename>c:\winnt\system32</filename> or
+ <filename>c:\windows\system32</filename>).
  </para>
 
  &warn.imaprecodeyaz;

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