Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Steph
> Andrei: -1 > Ilia: -1 > Derick: -1 > Georg: -1 > Marcus: +0 > Moriyoshi: -1 > > Total: -5 > > So I marked it: Won't Fix > > Good experience thou =) > > > /Magnus Hrm, and next time I'll leave it til I've read to the end of the thread before I comment :-I -- PHP Intern

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Steph
> > ATM, in_array() takes 2 args and 1 parameter. Adding 1 more > > wouldn't hurt, doesn't break BC, and provides some added > > usefulness. > > And slows down the inner loop of searching. > > > IMHO, this would be a handy feature, and if it > > were added I can't imagine having to extend in_arr

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Magnus Maatta
On Sun, 30 Mar 2003 22:12:22 +0200 Magnus Maatta <[EMAIL PROTECTED]> wrote: > On Sun, 30 Mar 2003 14:06:29 -0500 > "Mike Robinson" <[EMAIL PROTECTED]> wrote: > > > Andrei Zmievski wrote: > > > > > > On Sun, 30 Mar 2003, Mike Robinson wrote: > > > > ATM, in_array() takes 2 args and 1 parameter.

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Magnus Maatta
On Sun, 30 Mar 2003 14:06:29 -0500 "Mike Robinson" <[EMAIL PROTECTED]> wrote: > Andrei Zmievski wrote: > > > > On Sun, 30 Mar 2003, Mike Robinson wrote: > > > ATM, in_array() takes 2 args and 1 parameter. Adding 1 more > > > wouldn't hurt, doesn't break BC, and provides some added > > > usefu

RE: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Mike Robinson
Andrei Zmievski wrote: > > On Sun, 30 Mar 2003, Mike Robinson wrote: > > ATM, in_array() takes 2 args and 1 parameter. Adding 1 more > > wouldn't hurt, doesn't break BC, and provides some added > > usefulness. > > And slows down the inner loop of searching. Indeed, but it's always a point of

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Marcus Börger
At 20:24 30.03.2003, Andrei Zmievski wrote: On Sun, 30 Mar 2003, Mike Robinson wrote: > ATM, in_array() takes 2 args and 1 parameter. Adding 1 more > wouldn't hurt, doesn't break BC, and provides some added > usefulness. And slows down the inner loop of searching. If thats the only problem the p

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Andrei Zmievski
On Sun, 30 Mar 2003, Mike Robinson wrote: > ATM, in_array() takes 2 args and 1 parameter. Adding 1 more > wouldn't hurt, doesn't break BC, and provides some added > usefulness. And slows down the inner loop of searching. > IMHO, this would be a handy feature, and if it > were added I can't ima

RE: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Mike Robinson
Andrei Zmievski wrote: > I'd rather not keep extending in_array() with more and more > parameters. I must have missed it, but why do we need a > case-insensitive version of it in the first place? ATM, in_array() takes 2 args and 1 parameter. Adding 1 more wouldn't hurt, doesn't break BC, and pr

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Magnus Maatta
On Sun, 30 Mar 2003 11:46:41 -0500 Andrei Zmievski <[EMAIL PROTECTED]> wrote: > On Sun, 30 Mar 2003, Magnus Maatta wrote: > > > hmm.. heh.. ok.. They should come now then.. And remember that it's my > > > first patches (ZE2 patch is 90% Marcus btw), so don't be to hard on me =D > > > > Argh.. Let

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Andrei Zmievski
On Sun, 30 Mar 2003, Magnus Maatta wrote: > > hmm.. heh.. ok.. They should come now then.. And remember that it's my > > first patches (ZE2 patch is 90% Marcus btw), so don't be to hard on me =D > > Argh.. Let me put them on URL instead.. > > http://novell.stoldgods.nu/~magnus/12192.diff > http:/

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread George Schlossnagle
Still no patch. On Sunday, March 30, 2003, at 11:32 AM, Magnus Maatta wrote: On Mon, 31 Mar 2003 01:25:43 +0900 Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: Where's the patch? It seems your sylpheed doesn't correctly send the attachment as text/plain. Try suffixing it with ".txt".. hmm.. heh.. o

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Magnus Maatta
On Sun, 30 Mar 2003 18:32:21 +0200 Magnus Maatta <[EMAIL PROTECTED]> wrote: > On Mon, 31 Mar 2003 01:25:43 +0900 > Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: > > > Where's the patch? It seems your sylpheed doesn't correctly send the > > attachment as text/plain. Try suffixing it with ".txt"..

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Magnus Maatta
On Mon, 31 Mar 2003 01:25:43 +0900 Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: > Where's the patch? It seems your sylpheed doesn't correctly send the > attachment as text/plain. Try suffixing it with ".txt".. > hmm.. heh.. ok.. They should come now then.. And remember that it's my first patche

Re: [PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Moriyoshi Koizumi
Where's the patch? It seems your sylpheed doesn't correctly send the attachment as text/plain. Try suffixing it with ".txt".. Moriyoshi Magnus Maatta <[EMAIL PROTECTED]> wrote: > Hi! > > Here are two patches that will fix this user request. > I hope they look fine. Btw, they are for php5 HEAD.

[PHP-DEV] Patches for case insensitive in_array, bug id 12192

2003-03-30 Thread Magnus Maatta
Hi! Here are two patches that will fix this user request. I hope they look fine. Btw, they are for php5 HEAD. I don't have any karma so I can't commit them even if they look good. So I will leave that to someone else.. /Magnus -- War is much too serious a matter to be entrusted to the milit