RE: [PHP-WIN] cannot delete libmysql.dll

2004-11-08 Thread Murray @ PlanetThoughtful.org
> I am trying to upgrade my php installation, but cannot overwrite the > libmysql.dll fine - it seems to be in use > > I have already stopped the iis admin service, anybody have any other > suggestions as to which process is using the file? Perhaps the MySQL service? Have you stopped that prior t

RE: [PHP-WIN] Recommended PHP search engine?

2004-11-08 Thread Zareef Ahmed
Hi, Visit http://www.mnogosearch.com/ Zareef ahmed -Original Message- From: Anne Shroeder [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 11:41 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Recommended PHP search engine? I'm hoping I can get some recommendations for a sear

RE: [PHP-WIN] cannot delete libmysql.dll

2004-11-08 Thread Mike
Worse case, reboot and try then and if that doesn't work, just boot into safe mode - should be more than easy to kill it at that point. -M -Original Message- From: MW [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 6:46 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] cannot delete

[PHP-WIN] cannot delete libmysql.dll

2004-11-08 Thread MW
I am trying to upgrade my php installation, but cannot overwrite the libmysql.dll fine - it seems to be in use I have already stopped the iis admin service, anybody have any other suggestions as to which process is using the file? MW -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-WIN] Time Zones for windows

2004-11-08 Thread Kim
Managed to find it It helps using just those right keywords after a million goes http://www.steltor.com/notes/corptime-server/5_4/refmanual/refappd.htm this is a list of all timezone notations. Thanks for your help. Thought about the long way but it was not a pleasant thought as you may im

RE: [PHP-WIN] Re: running an exe

2004-11-08 Thread Mike
I would have to agree with the blurb below your message. Unless those files are *huge*, there shouldn't be a problem copying them locally and running them from there. If you're writing the .exe's, you may even want to have a small one that gets downloaded, gets ran and it goes to the web address a

RE: [PHP-WIN] Time Zones for windows

2004-11-08 Thread Gryffyn, Trevor
I did a real quick search and didn't find the answer quickly. If you have some free time and don't mind doing things the "hard way", you could try reading the $_ENV["TZ"] variable, recording it's value, changing the setting, lather, rinse, repeat. I'm sure there's a list somewhere though. It m

[PHP-WIN] Re: Recommended PHP search engine?

2004-11-08 Thread Manuel Lemos
Hello, On 11/08/2004 04:11 PM, Anne Shroeder wrote: I'm hoping I can get some recommendations for a search engine to implement on my site - actually, I have two needs: (1) Site 1: Linux-based, 10,000+ page site, currently on shared server (no root access) but moving to dedicated server within 2 mo

RE: [PHP-WIN] Re: mail function not working

2004-11-08 Thread Miha Nedok
localhost ( loopback ): 12.0.0.1 Typo fix :) -Mike On Mon, 8 Nov 2004, Sean S. Karshis wrote: Date: Mon, 8 Nov 2004 08:36:23 -0500 From: Sean S. Karshis <[EMAIL PROTECTED]> To: William Lee <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: mail function not working Also make sure

[PHP-WIN] Re: running an exe

2004-11-08 Thread Jason Barnett
Please send all responses to the list, not to me personally. Thanks. *** Begin e-mail message *** This is only for use on local intranet!! The problem is I want to install the software which comprises of 4 files (setup.exe,setup.w02,setup.w03,setup.w04) from a link on the intrAnet. It works fine o

[PHP-WIN] Recommended PHP search engine?

2004-11-08 Thread Anne Shroeder
I'm hoping I can get some recommendations for a search engine to implement on my site - actually, I have two needs: (1) Site 1: Linux-based, 10,000+ page site, currently on shared server (no root access) but moving to dedicated server within 2 months. Very little-no need for searching through da

RE: [PHP-WIN] Re: mail function not working

2004-11-08 Thread Sean S. Karshis
Also make sure that relaying is open on localhost (127.1.1.1). -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Sunday, November 07, 2004 10:30 PM To: William Lee Cc: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: mail function not working Hello, On 11/07/2004 11:48 PM, W

RE: [PHP-WIN] Performance question?

2004-11-08 Thread Bowden, Zeb
The first thing I'd do would be to try to identify the query(ies) that's bottlenecking the process ... It's possible that there's just one that's holding everything up, then you can work on optimizing just the slow one (or ones). You may also want to try combining or reworking the 12 queries you