From 2f07e1a1ed552cd8362cc00013da63b8e727001c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Feb 2003 16:39:06 +0000 Subject: [PATCH] Notes for shared libraries and Windows git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118185 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/yaz/configure.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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;