Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10434 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62514 invoked by uid 1010); 14 Jun 2004 10:48:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62490 invoked from network); 14 Jun 2004 10:48:47 -0000 Received: from unknown (HELO xaxa.search.ch) (195.141.85.117) by pb1.pair.com with SMTP; 14 Jun 2004 10:48:47 -0000 Received: from localhost (localhost [127.0.0.1]) by xaxa.search.ch (Postfix) with ESMTP id 3DAB96CFB6; Mon, 14 Jun 2004 12:48:47 +0200 (CEST) Received: by xaxa.search.ch (Postfix, from userid 65534) id 259126DBA2; Mon, 14 Jun 2004 12:48:46 +0200 (CEST) Received: from cschneid.com (ultrafilter-i [192.168.85.2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by xaxa.search.ch (Postfix) with ESMTP id 803666CFB6; Mon, 14 Jun 2004 12:48:45 +0200 (CEST) Message-ID: <40CD828C.5070908@cschneid.com> Date: Mon, 14 Jun 2004 12:48:44 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 X-Accept-Language: en-us, en, de-ch MIME-Version: 1.0 To: Alexander Valyalkin Cc: internals@lists.php.net References: <40CC1D3C.9070605@php.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on xaxa.search.ch X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Virus-Scanned: by AMaViS 0.3.12pre8 Subject: Re: [PHP-DEV] Re: crc32() improvements From: cschneid@cschneid.com (Christian Schneider) Alexander Valyalkin wrote: > It is only idle talk. Can you provide any string from my code which > violates your "coding standards"? Calm down. As I said before (obviously not clearly enough, I was hoping one of the 'project managers' would do that for me ;-)) you are missing the point why people reject your code. Facts are: a) People here are not interested in rewriting already working functions which have a REASONABLE speed. b) Read CODNIG_STANDARDS from the distribution, your code doesn't follow the indentation style etc. defined there for the whole project. This is necessary to allow collaboration. Individual preferences or standards defined elsewhere are of minor importance. c) Fix bugs from bugs.php.net marked as OPEN. If you do this then I'm positive that you'll be able to contribute to PHP. Regards, - Chris