Re: [PHP-WIN] ISAPI Status

2001-12-14 Thread Michael Sims
At 03:58 AM 12/15/2001 +0100, Tommy Finsen wrote: >I think I'll wait for a few iterations before I give it another try. >Luckily I have the HW to run PHP in CGI :). IIS5 with PHP in CGI-mode is >rock stable. Been running it for 10 months with NO downtime (except when >upgrading). Thanks for the i

[PHP-WIN] Re: ISAPI Status

2001-12-14 Thread John Lim
I have also experienced crashes with PHP 4.1.0 and ISAPI when stress testing with ab (apachebench). I am still using CGI. I suspect the problems are deep in the code, and might not show up with simple tests. My test code is about 50K lines of PHP, which really stresses things up. Perhaps apache

Re: [PHP-WIN] ISAPI Status

2001-12-14 Thread Tommy Finsen
-Original Message- From: Michael Sims <[EMAIL PROTECTED]> To: Flint Doungchak <[EMAIL PROTECTED]>, php- [EMAIL PROTECTED] Date: Fri, 14 Dec 2001 20:24:56 -0600 Subject: Re: [PHP-WIN] ISAPI Status > At 12:27 PM 12/14/2001 -0800, Flint Doungchak wrote: > >I was just wanting to see what peop

php-windows Digest 15 Dec 2001 02:24:45 -0000 Issue 901

2001-12-14 Thread php-windows-digest-help
php-windows Digest 15 Dec 2001 02:24:45 - Issue 901 Topics (messages 10906 through 10909): ISAPI Status 10906 by: Flint Doungchak 10909 by: Michael Sims Re: Problem with a COM object. 10907 by: alain samoun 10908 by: alain samoun Administrivia: To subscrib

Re: [PHP-WIN] ISAPI Status

2001-12-14 Thread Michael Sims
At 12:27 PM 12/14/2001 -0800, Flint Doungchak wrote: >I was just wanting to see what people are experiencing with the ISAPI module >for IIS 5.0 with PHP 4.1.0. Sorry I don't have an answer to your question, but just a related question of my own. I've seen lots of people refer to 4.1.0 as "final

RE: [PHP-WIN] Problem with a COM object.

2001-12-14 Thread alain samoun
After installing the software, do you have the "WinampCOM.Application" in your registry? - I don't A+ Alain -Original Message- From: Michael Reynolds [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 1:31 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Problem with a COM object.

[PHP-WIN] ISAPI Status

2001-12-14 Thread Flint Doungchak
Hey all, First, I just wanted to thank everyone who has been a part of PHP. I think that's everyone, but especially those that code. We're all very thankful. I was just wanting to see what people are experiencing with the ISAPI module for IIS 5.0 with PHP 4.1.0. I have found it to be stable (o

php-windows Digest 14 Dec 2001 13:48:49 -0000 Issue 900

2001-12-14 Thread php-windows-digest-help
php-windows Digest 14 Dec 2001 13:48:49 - Issue 900 Topics (messages 10884 through 10905): Re: Magic Quotes 10884 by: Michael Sims 10885 by: Michael Sims 10905 by: Asendorf, John Re: IIS Lockdown Tool 10886 by: Todd Williamsen 10888 by: Michael Sims

RE: [PHP-WIN] Magic Quotes

2001-12-14 Thread Asendorf, John
Thanks... I think that's my problem (having BOTH gpc and runtime turned on) - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum ingenium sine mixtura dementia

Re: [PHP-WIN] IIS Lockdown Tool

2001-12-14 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 14-12-01 12:40 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] 8-))) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 13 Dec 2001 19:51:36 -0600 Subje

[PHP-WIN] Problem with LDAP search.

2001-12-14 Thread Ganishev Alexander
Hi, I'm trying create search in LDAP-directory. But when I define search criteria in cyrillic it doesn't work. For example, search criteria "cn=*anything with cyrrilic symbols" Could anybody help me? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-WIN] Re: Mysql connection

2001-12-14 Thread Michel Laine
"blind leading another blind" ;-) Hi, i am a not-a-total-newbie myself - so here comes nothing... See if you get the same result (errors) when you use the local computer's real IP address or the localhost IP "127.0.0.1" instead of "localhost" in your mysql_connect(). Don't ask me if this solve it

[PHP-WIN] Re:Re: [PHP-WIN] Has anyone gotten session_destroy() to actually work on Windows?

2001-12-14 Thread Michel Laine
David Ayres wrote: > Thanks Egil, > > But I've tried everything and can not get it to work. I also can't get it Obviously not ;-) ...since you cannot get it to work you must have left out some poswsible combination that will work - right?. > > to instantiate a session until I print the Sessio

RE: [PHP-WIN] What variables does a tag submit?

2001-12-14 Thread Martin Lindhe
> --- Cliff <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I would like to ask, what variables are submitted > > from a form with say... > > options 2 and 4 selected? > > > > > > 1 > > 2 > > 3 > > 4 > > 5 > > > > > I am not 100% certain, but I believe that it would set > $what as an array, with $

RE: [PHP-WIN] What variables does a tag submit?

2001-12-14 Thread Christian Sandfeld
I second that... -Original Message- From: Michael Reynolds [mailto:[EMAIL PROTECTED]] Sent: 14. december 2001 10:33 To: Cliff; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] What variables does a tag submit? --- Cliff <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to ask, what variables

Re: [PHP-WIN] What variables does a tag submit?

2001-12-14 Thread Michael Reynolds
--- Cliff <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to ask, what variables are submitted > from a form with say... > options 2 and 4 selected? > > > 1 > 2 > 3 > 4 > 5 > > I am not 100% certain, but I believe that it would set $what as an array, with $what[0] as '2', and $what[1] as '

[PHP-WIN] Problem with a COM object.

2001-12-14 Thread Michael Reynolds
I'm trying to open and use a COM connection, as follows: $com = new COM("WinampCOM.Application"); Seems this does not work in PHP, although it works in many other applications. The module, and its source, is available from: http://www.adcock8.freeserve.co.uk/winamp.htm Any assistance would be

[PHP-WIN] What variables does a tag submit?

2001-12-14 Thread Cliff
Hi, I would like to ask, what variables are submitted from a form with say... options 2 and 4 selected? 1 2 3 4 5 Thank you very much in advance. --- Koh Zi Han, Cliff [EMAIL PROTECTED] http://www.kohzh.f2s.com -- PHP Windows Mailing List (h

Re: [PHP-WIN] What to do, what to do!

2001-12-14 Thread Rygars
A system like you want is implemented at www.clanbase.com, a site that records the games played on net, games like Counter-Strike or Quake3. So, I will tell you in a short note how the sistem works there: 1. A clan/team/group/whatever (named challenger) challenges another clan (named challen