Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120716 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 13091 invoked from network); 28 Jun 2023 23:14:37 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 28 Jun 2023 23:14:37 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E20A81804B0 for ; Wed, 28 Jun 2023 16:14:35 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE 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-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 28 Jun 2023 16:14:35 -0700 (PDT) Received: by mail-wr1-f45.google.com with SMTP id ffacd0b85a97d-3141316b253so81015f8f.3 for ; Wed, 28 Jun 2023 16:14:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; t=1687994074; x=1690586074; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=Qh9b2S1t8Le9lwEj+GEt+0XTa7kcNOJFkjJSsQHXoSo=; b=JUnuB8muqlpo0eey8fD5DsIUpLxx5s4X+IpHBDGbV7mXjgpGK1xFDRY5MwW866LwKm S0i1vV8eOyzunKixoZ3c8g+5FYqmR/StddfXxl4sUxh5X9SesP+D2bZY7ES01uOu9Vzl 1uYb/GfVU0fgtsS8AM3IiGV0YuCS1gBW7LcKQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687994074; x=1690586074; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Qh9b2S1t8Le9lwEj+GEt+0XTa7kcNOJFkjJSsQHXoSo=; b=LJa23QUB8DC0PlbmzKEvMiUgyIG3YXRo01wd+0M1G/VjnqraPzLazty1Xgr+55pIWX Ows2ydJCmAd3An2+75qBnUzh3h06eUNJ68JjiQN9ubXp/v+HVeUYCu2uqsKWyUdVlPCk dS+7J4sgExawhtV1oMBKkWCMvIgNbfuLtbUgzrNypY0Jj+EsmqXnnQTn8Txj/ud2B9Dg XdQgQ8tgG0wCYWIL+/LU9xfZ+TuTpmZlF4tvuuUHWXjnjrjBHhk2rahB4nnGgMpy2tUm 9IeOj64IPzw5ssiS1xu61ulwcAjoRQzdlddmMGxvdB93nBdw5gWH24GYdyPsyM9rZuxb UAgg== X-Gm-Message-State: AC+VfDzrsOOtCa6pJJ5jsVjU5wmaaPmYtwtdGia0oIpD3823HsOYlOfI jyhfnPsLWNXNvwJsDYX8WtifSp9Bq0FmS+GFgz5ehQ== X-Google-Smtp-Source: ACHHUZ4WUvZux6KXF89pyvhIF37aIsMJkaU1GSdeuzazeXb3RcQA63CnGg+QWJr97pBj8RExXxgC1dblA8RcjKoU/AA= X-Received: by 2002:adf:e90d:0:b0:313:f623:4dbe with SMTP id f13-20020adfe90d000000b00313f6234dbemr6782858wrm.58.1687994073778; Wed, 28 Jun 2023 16:14:33 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Wed, 28 Jun 2023 17:14:22 -0600 Message-ID: To: "G. P. B." Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] [VOTE] Deprecate remains of string evaluated code assertions From: internals@lists.php.net ("Levi Morrison via internals") On Wed, Jun 28, 2023 at 10:09=E2=80=AFAM G. P. B. wrote: > > Hello internals, > > I'm opening the vote for the > Deprecate remains of string evaluated code assertions RFC: > https://wiki.php.net/rfc/assert-string-eval-cleanup > > It will last for two weeks and end on Wednesday the 12th of July > > Best regards, > > George P. Banyard I voted in favor, which shouldn't be surprising given I'm the one who wrote the PR to default assert.exception to 1 for PHP 8. Thank you for continuing to clean up this mess.