Re: mysql/php on Win2000

2002-03-26 Thread jake williamson 28
i've got IIS (so i can do ASP), apache, php, mysql and darwin streaming server all running on a w2k box that i use for web dev. i've set the services to start manually and depending on what i'm doing for the day i'll start them up individually. all works, it's fast and rarely give me hassle - r

RE: mysql/php on Win2000

2002-03-25 Thread Andrew Hazen
mysql -Original Message- From: Todd Williamsen [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 1:29 PM To: 'Andrew Hazen'; [EMAIL PROTECTED] Subject: RE: mysql/php on Win2000 IIS: Kill the services, and disable them If you need to know which ones let me know. Oracle8i

RE: mysql/php on Win2000

2002-03-25 Thread Todd Williamsen
Properties and select "Disable" in the drop down box -Original Message- From: Andrew Hazen [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 12:34 PM To: 'Todd Williamsen' Cc: [EMAIL PROTECTED] Subject: RE: mysql/php on Win2000 Hi, if you think that IIS and Apac

RE: mysql/php on Win2000

2002-03-25 Thread Todd Williamsen
EMAIL PROTECTED] Subject: Re: mysql/php on Win2000 The only problem with Win2K is that a lot of the components for PHP aren't there. Also PHP will run as an ISAPI module, but its not recommended. The preferred method is as a CGI (read 25% performance hit). Win2K doesn't multi-task/multi

RE: mysql/php on Win2000

2002-03-25 Thread Todd Williamsen
:24 AM To: [EMAIL PROTECTED] Subject: mysql/php on Win2000 Hi, I want to set up my home computer (PIII,Win2000) for development and testing of php/mysql work. I know that both will install and work on a Win2000 box, my questions are about potential conflicts: My Win2000 came with IIS, are there

RE: mysql/php on Win2000

2002-03-25 Thread Alexander, Chris
As far as OS's are concerned, I'm an equal opportunity bigot, I hate them all. :) Using these tools on your home PC running some flavour of Windows will work fine. That's the way I work, devel on the WinXP box, ftp the files/changes to my Linux web server. Everything seems to work - excepting th

Re: mysql/php on Win2000

2002-03-25 Thread Curtis Maurand
The only problem with Win2K is that a lot of the components for PHP aren't there. Also PHP will run as an ISAPI module, but its not recommended. The preferred method is as a CGI (read 25% performance hit). Win2K doesn't multi-task/multi-thread as well as either of the *nix's mentioned and its

Re: mysql/php on Win2000

2002-03-25 Thread Chris Hedemark
> Any advice, or links to useful docs would be appreciated. You did say *any* advice. Keep that in mind... My advice to you is to load some popular flavor of UNIX on that machine, such as Linux or OpenBSD, in order to have a more standard environment for this. Windows may work, but you're goin

mysql/php on Win2000

2002-03-25 Thread Andrew Hazen
Hi, I want to set up my home computer (PIII,Win2000) for development and testing of php/mysql work. I know that both will install and work on a Win2000 box, my questions are about potential conflicts: My Win2000 came with IIS, are there any hitches to using php/mysql with IIS? Should I install A