Serge -

I have the same setup as you do and my install time was 10 minutes
including Interbase 6.0.  What I did is a little different than some:

I have two directories off of my root on my WIN 2K computer:

c:\php_active
c:\php404

I unzip the latest PHP (4.0.4) into php404 making sure I keep the
directories.  Then I move from the sapi and dlls directories the files I
need into c:\php404.  This is just for convenience.  The files I have
include php4isapi.dll, php_gd.dll, and php_interbase.dll.

I then copy all of the contents to c:\php_active.  If I update to a
newer version of PHP, I can move the contents into the same directory
and not have to change anything else.

The only change in the php.ini file (it goes in system32) is

[mail function]
SMTP            = 192.168.0.1              ;for win32 only
sendmail_from   = [EMAIL PROTECTED]  ;for win32 only

include_path    = .;c:\php_active\
extension_dir   = c:\php_active\

In the IIS (5.0) I add ".php" to the application mappings
(c:\php_active\php4isapi.dll) in the Home Directory tab *and* in the
ISAPI Filters.  Stop and Start IIS and you should be up and running.

Let me know if this helps....

Todd

--
Todd Cary
Ariste Software
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to