Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112128 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 14287 invoked from network); 27 Oct 2020 16:05:06 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Oct 2020 16:05:06 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 70C74180502 for ; Tue, 27 Oct 2020 08:23:47 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 27 Oct 2020 08:23:46 -0700 (PDT) Received: by mail-pg1-f178.google.com with SMTP id h6so982827pgk.4 for ; Tue, 27 Oct 2020 08:23:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=LCy3P6aW/UBH8jK0KX2+YHoztOI0cxdRc6WDiPigows=; b=QNRcfwlga8ZSgpc2v0wQMtEDFt14fR536SwSmU3PlVEsFo20LwRKXQRci43CgPlSlp SE1ek2R9DTJhjt5jlqeE8rEIwpaTfjcumdaJmmhVIWnFdpBygFVnI7IbeERSBiMuGsfR h5U343PF4xgvef5pid19/yIqZIMthnhpNriDkwmov/HQ+GZG7hh0GREQhsuAcciqZZ1A 8c9GGUNhjpWmkpsFyGxYopUpzrkFR6j8QKkBZs90wGDClBPsCvdePT94+NIDMijtf9Mb D605Et1BQSbbYwiqVSih1GWPx9yKJ4rDybICos3hRz9YzHD0pDdo2Dx9IkgnKkx9EkIV fqbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=LCy3P6aW/UBH8jK0KX2+YHoztOI0cxdRc6WDiPigows=; b=BV+Y/LpilaROo3Nwx+N2s/+h+bbGsIOscCPsGYhXMP1V2vgTqn6E1W8LifpuKPLGtR 5cPsq/26ebB9SJpjCtXoDftxY0Htmo/rHJckIrMgx+STrbU9Q5eo/A/KS6iVSd3K7TI4 x8XtdH4BnmFci2CeEqFrL+q/JbFn17yqm5yNXy3aEFZCLkr6WjMdQkr8oDKVs4phJ6tw 6sx/JU0ZKNzeT/ds34PNDwWQZ859Y8f/e0Y0LiSZvy9WhmbocA4X+DTv8LkwJ3OGDhhL UP+YIXccFB2k9tGF3f+MySl7kZr2DqR8aowqlR+Q0cbXI9vplkzQgalozU1RPaRqcylP BPEg== X-Gm-Message-State: AOAM533iJbjG2ZLLaa+/iGzzLPcFS+OeDiYGMZzgiedtvmqDEC6EWcjQ ZrkX54hKhpJ6dxB7tdT2Qoz30KhcGFZtp9fj/zXYvbSonkTmdA== X-Google-Smtp-Source: ABdhPJz3s7z287x966phTCRPQrMPSKbhlbZElrxizCJJrcWgHmFYYYoMypz/l8dOJ8WfmWQLyFyBwm+pD8j5PwJ9mjg= X-Received: by 2002:a65:6145:: with SMTP id o5mr896391pgv.232.1603812221885; Tue, 27 Oct 2020 08:23:41 -0700 (PDT) MIME-Version: 1.0 References: <33788573-5cf1-0409-5cfc-d090b96b4db8@gmx.de> In-Reply-To: Date: Tue, 27 Oct 2020 16:23:29 +0100 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] why is non-crypto hashes excluded from/ext/hash/bench.php ? From: divinity76@gmail.com (Hans Henrik Bergan) PR to make it "a constant number of bytes to hash" here: https://github.com/php/php-src/pull/6386 .. was bugging me