I use PHP as an Apache module on Win2K Server in a production
environment with absolutely no problems. I've tried 4.1.1 and 4.1.2 w/
IIS (ISAPI) and have found that it is still not stable enough for a
working site. The executeable (CGI) works great but is not very
efficient if you have much traffi
In the php.ini file under the heading "Resource Limits".
memory_limit = 8M ;<-- change this to whatever you need it to be
- Original Message -
From: "SpychaĆa, Wojciech" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2002 12:24 AM
Subject: [PHP-WIN] how to increa
A few notes.
First, uninstall Apache and delete all of your PHP directory.
Re-install Apache. It works right out of the box,just specify localhost for
the domain name. Make sure you choose to install it as a service for all
users.
Start Apache. Open your browser and point it to 127.0.0.1 or
Oh and just a FYI item here, the Apache installation DOES make registry
entries! In my experience though this has not caused any problems as far as
re-installations.
Mike
- Original Message -
From: "Ross Fleming" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2002
Well, you didn't think Apache made any registry entries either, so that
pretty much covers that
- Original Message -
From: "Ross Fleming" <[EMAIL PROTECTED]>
To: "Mike Maltese" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, Jan
In the folder that you unzipped your php distribution to, there is a folder
named dlls. Just copy or move the contents of this folder to
C:\WINDOWS\system.
Post back with the result.
Mike
- Original Message -
From: "Dave" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, Februar
The space is an underscore.
- Original Message -
From: "Ross Fleming" <[EMAIL PROTECTED]>
To: "Travis Wyatt" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, February 04, 2002 1:01 AM
Subject: RE: [PHP-WIN] Can't pass variables to PHP scripts?! Please help.
> Also, just another po
You probably don't have the MS SQL extension loaded. Uncomment in in the
php.ini file.
Mike
- Original Message -
From: "chris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 06, 2002 6:23 AM
Subject: [PHP-WIN] accessing mssql2k from win2k with PHP4.1.1
> im having