RE: [PHP-WIN] PHP stable and for production

2002-04-15 Thread Mike Maltese
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

Re: [PHP-WIN] how to increase memory

2002-01-29 Thread Mike Maltese
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

Re: [PHP-WIN] Version of Merlin/PHP that works??

2002-01-29 Thread Mike Maltese
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

Re: [PHP-WIN] Version of Merlin/PHP that works??

2002-01-29 Thread Mike Maltese
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

Re: [PHP-WIN] Version of Merlin/PHP that works??

2002-01-30 Thread Mike Maltese
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

Re: [PHP-WIN] DLL problems

2002-02-01 Thread Mike Maltese
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

Re: [PHP-WIN] Can't pass variables to PHP scripts?! Please help.

2002-02-04 Thread Mike Maltese
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

Re: [PHP-WIN] accessing mssql2k from win2k with PHP4.1.1

2002-02-06 Thread Mike Maltese
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