Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107990 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 76875 invoked from network); 5 Jan 2020 19:39:16 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Jan 2020 19:39:16 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 905C01804F3 for ; Sun, 5 Jan 2020 09:43:57 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (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 ; Sun, 5 Jan 2020 09:43:57 -0800 (PST) Received: by mail-io1-f42.google.com with SMTP id t26so46421801ioi.13 for ; Sun, 05 Jan 2020 09:43:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=HBeFlxkn/z5MbGXJMZfwdHf2Z+SBztzZQnTfhon0RLU=; b=RMt8yxsWIK+jF71UlkIey/e9Suc3jGv5VwHEFgAZmJlt0zcOy5ijirXbLwNTsfGatD Tj5PlB+xahT75EEwjdxHYJBPsA36pjRnSI2E63jq+LUPoTtgZ4fNcOJxOPiVDrfHSZDr 1CI8fp/ah6T4u54Lih9vxrL9lmw+2Av2JjljInN8p4igBJrhjsIcj0DkxZfXogztUBo2 anilRbn4p5pvhUn/Wm+WdklyOVt+pgCe/HobycrVwj/4qxonnpiFigThsfCKjtE1DXMX CDDkoLSNeHy/y+aoaEBRF/ODCo+X4njyqDvyVGRhKXCulvLzYuohxTz1wWWA8WB4FCyY u0Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=HBeFlxkn/z5MbGXJMZfwdHf2Z+SBztzZQnTfhon0RLU=; b=DgJut2uQeu9jcK1iCUW3I3JYKXNIDm1OEdjDjBRNN1kuJLkdfSo0OU1a6zEFzfhAfg QTAmoGCqjQDl5fi0s3fjyE5GT5i5LISI4NkQSwTiHVlF9eGTIouJAKO3HodgU66QeHFd eDVrXBagkYMY+ZNC3Wc+hLxxPpLnUv2XjrTrJ+y3KMdJ4XIU8f5llHEdOCV72bh2fqCq /xfb2TgVXcJXKNfd/rS37Ivh/RjwnGRWqIjpFMoBcRhy5c6Yy3S8ROYR8IZP1DbEosiv +s+j5xlMDCgy8JNZy4878AEmlICYwzUxT+ptoN2NwRb9YYa/DNj0x15AlImvDq7jFjxc Ua/A== X-Gm-Message-State: APjAAAWkvg0nndEgmdnuPsP0wYIEeH7SKNib5UVG4dXKDmRrtilDPn6m 0X4sWMb3dQOlnBVXLC1RVqwxlbZ/9pYIqf5unEANb8Kp+aU= X-Google-Smtp-Source: APXvYqyndpIPfcENbPT2ySBcdYesnKvHTdedR6lxgaO0cLt1Mm14TYDNMZ3ayQ89TvieL6N7F4x1HWfSRY5wCxHJ9JE= X-Received: by 2002:a6b:ec0f:: with SMTP id c15mr61793947ioh.149.1578246234103; Sun, 05 Jan 2020 09:43:54 -0800 (PST) MIME-Version: 1.0 Date: Sun, 5 Jan 2020 18:43:42 +0100 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="00000000000026e970059b681693" Subject: Ensure correct signatures for PHP magic methods From: carusogabriel34@gmail.com (Gabriel Caruso) --00000000000026e970059b681693 Content-Type: text/plain; charset="UTF-8" Hello Internals, I have a PR proposing to start checking the signatures for PHP magic methods in the next major version of PHP: https://github.com/php/php-src/pull/4177. The idea for this PR came from https://bugs.php.net/bug.php?id=69718. I'd like to hear your opinion before putting more effort into this :) Best regards. --00000000000026e970059b681693--