goba            Sat Jun  5 15:37:22 2004 EDT

  Modified files:              
    /phpdoc/en/install/windows  sambar.xml 
  Log:
  added instructions sent in by Steffen for me (not in the XML since it need syncing 
with the soon to be new manual instructions - which will not suggest people to move 
stuff to the wonder)
  
http://cvs.php.net/diff.php/phpdoc/en/install/windows/sambar.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/install/windows/sambar.xml
diff -u phpdoc/en/install/windows/sambar.xml:1.1 
phpdoc/en/install/windows/sambar.xml:1.2
--- phpdoc/en/install/windows/sambar.xml:1.1    Fri Jun  4 17:51:43 2004
+++ phpdoc/en/install/windows/sambar.xml        Sat Jun  5 15:37:22 2004
@@ -1,5 +1,43 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
+   
+<!-- updated instructions from Steffen (need to be integrated after the rewrite
+     of the manual install part, so only the suggestions relevant here will stay)
+     
+Remove first all eventual php files in you windows dir (eg. php.ini,
+php4ispai.dll, php4ts.dll).
+
+First download the latest Windows Binaries php-4.x.x-Win32.zip from
+http://www.php.net/downloads.php .............
+
+Extract the whole zip file to eg. c:\php
+
+Copy c:\php\sapi\php4isapi.dll to c:\php
+
+create the folder c:\php\log
+create the folder c:\php\session
+
+rename php.ini-recommended to php.ini
+
+In php.ini change: error_log = c:\php\log\error.txt
+In php.ini change: extension_dir = c:\php\extensions
+In php.ini change: session.save_path = c:\php\session
+
+copy the php.ini to you windows dir
+
+
+Find the file called mappings.ini (in the config directory) in the Sambar
+install directory.
+
+Open mappings.ini and add the following line under [ISAPI]:
+
+
+*.php = c:\php\php4isapi.dll
+
+
+Now restart the Sambar server for the changes to take effect.
+-->
+   
    <sect1 id="install.windows.sambar">
     <title>Sambar Server on Microsoft Windows</title>
     <para>

Reply via email to