diff --git a/reference/yaz/configure.xml b/reference/yaz/configure.xml index 2321d6378d..e8e9aeec4c 100644 --- a/reference/yaz/configure.xml +++ b/reference/yaz/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -26,6 +26,25 @@ make install + + If you are using YAZ as a shared extension, add (or uncomment) the following + line in php.ini on Unix: + + extension=php_yaz.so + + And for Windows: + + extension=php_yaz.dll + + + + On windows, php_yaz.dll depend on + yaz.dll. You'll find yaz.dll + in sub directory dlls in the Win32 zip archive. + Copy yaz.dll to a directory in your PATH environment + (c:\winnt\system32 or + c:\windows\system32). + &warn.imaprecodeyaz;