dickmeiss               Thu Jul  6 06:21:42 2006 UTC

  Modified files:              
    /phpdoc/en/reference/yaz    configure.xml 
  Log:
  Fix Unix SO filename
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/yaz/configure.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/yaz/configure.xml
diff -u phpdoc/en/reference/yaz/configure.xml:1.13 
phpdoc/en/reference/yaz/configure.xml:1.14
--- phpdoc/en/reference/yaz/configure.xml:1.13  Wed Nov 30 07:56:16 2005
+++ phpdoc/en/reference/yaz/configure.xml       Thu Jul  6 06:21:41 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <section id="yaz.installation">
  &reftitle.install;
  <para>
@@ -76,7 +76,7 @@
   If you are using YAZ as a shared extension, add (or uncomment) the following
   line in &php.ini; on Unix:
   <screen>
-   extension=php_yaz.so
+   extension=yaz.so
   </screen>
   And for Windows:
   <screen>

Reply via email to