k.schroeder             Thu Oct  3 06:04:10 2002 EDT

  Modified files:              
    /phpdoc/en/chapters install.windows.xml 
  Log:
  #19423: Problem with extension_dir in PHP.ini 
  
  
Index: phpdoc/en/chapters/install.windows.xml
diff -u phpdoc/en/chapters/install.windows.xml:1.18 
phpdoc/en/chapters/install.windows.xml:1.19
--- phpdoc/en/chapters/install.windows.xml:1.18 Mon Aug 12 22:45:13 2002
+++ phpdoc/en/chapters/install.windows.xml      Thu Oct  3 06:04:10 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
   <sect1 id="install.windows">
    <title>Installation on Windows systems</title>
    <para>
@@ -252,8 +252,9 @@
           <simpara>
            You will need to change the 'extension_dir' setting to
            point to your php-install-dir, or where you have placed
-           your <filename>php_*.dll</filename> files. ex:
-           <filename>c:\php\extensions</filename>
+           your <filename>php_*.dll</filename> files. Please do not
+           forget the last backslash. ex:
+           <filename>c:\php\extensions\</filename>
           </simpara>
          </listitem>
          <listitem>



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

Reply via email to