Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20828 invoked by uid 1010); 20 Aug 2007 21:21:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20813 invoked from network); 20 Aug 2007 21:21:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2007 21:21:57 -0000 Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 213.197.162.99 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 213.197.162.99 avilys.eik.lt Linux 2.6 Received: from [213.197.162.99] ([213.197.162.99:46341] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/A0-08537-3F50AC64 for ; Mon, 20 Aug 2007 17:21:57 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 336411F5145; Tue, 21 Aug 2007 00:19:25 +0300 (EEST) Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 107EF1F5134; Tue, 21 Aug 2007 00:19:25 +0300 (EEST) Received: from 78.61.224.253 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Tue, 21 Aug 2007 00:19:25 +0300 (EEST) Message-ID: <41197.78.61.224.253.1187644765.squirrel@avilys.eik.lt> In-Reply-To: <46CA02B7.8060208@sci.fi> References: <55299.78.61.224.253.1187643232.squirrel@avilys.eik.lt> <46CA02B7.8060208@sci.fi> Date: Tue, 21 Aug 2007 00:19:25 +0300 (EEST) To: jani.taskinen@iki.fi Cc: internals@lists.php.net User-Agent: NaSMail/1.2 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] PHP bug status From: tokul@users.sourceforge.net ("Tomas Kuliavas") >> Hi, >> >> If bug is tagged as 'No feedback' (18556) or 'Won't fix' (35050) and can >> be reproduced in current PHP5 and PHP6, is it closed or open? Or maybe >> you >> need other bug report? > > Wont fix means wont fix..and in this case 'no feedback' means also 'wont > fix' > since it's the same thing. New reports about same thing -> bogus. Thing is broken only on non-Windows OSes that have good Turkish LC_CTYPE support. What happens if somebody finds tolower() alternative that does not care about locale? Fix can break things only if you are using same code in functions that must be locale sensitive and in functions that don't expect locale sensitive comparison. -- Tomas