Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116389 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 25157 invoked from network); 15 Nov 2021 19:17:17 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Nov 2021 19:17:17 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CB4241804F2 for ; Mon, 15 Nov 2021 12:11:59 -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.8 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,FREEMAIL_REPLY, 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-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) (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 ; Mon, 15 Nov 2021 12:11:59 -0800 (PST) Received: by mail-io1-f53.google.com with SMTP id k22so22886972iol.13 for ; Mon, 15 Nov 2021 12:11:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=1qBcArOC7LrtR8ZsKqfmHxLM3yYJfqOrcsZg2BG59MQ=; b=N2YmcmE7qMEknlbKcFFIhEfJMWCFHh+6JKwviNMBtkm0xonCCg/nuMR4fdBKlzUzef KeLxHmhBQxYR19RDJdnOBWVMnxC1TjhhjnTmqb6+3HqZ0IwREa29prNWOj3mkoFP7iVx ip392QsaM0NNR+9iFyxTpquLwbp+Y33W4N9GHYfr4X5/4lVqjqpse67UBKuVUYewZRvd elmnEmvdaVwwKJ3VR+X+eGitiWmxxAxLBHkyXCQ4vp5dFMR6pr3J1mAFBtdygzl4HlKl nZL5NqEuZYslgfGtzMT0oDoxaitkIAsF9zXcOXYuFRRVbcXIBkSNzsjXm63290n9OEaD 01lg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1qBcArOC7LrtR8ZsKqfmHxLM3yYJfqOrcsZg2BG59MQ=; b=EXA5bD1n3R2gpPVckoI75tF8obcS3HNuspkCFx97yRHw2elp7G/IPv31dy8t+AbZwN 2ZW7RDBXQFbCSNTupck8ZevfGNudoeAd61vxrTN6yJ3Vrp7fUEwezFWy9mJ5+1hR+Ixa rfvzI6RnRadvcG+6LF8prfSW8JE274GNKgZUtYUyEEphUQzb8meVdy6gs9TbvO1ii+44 I5hY363WmbeBns/pMj5r9HFMJw7xEW1uS287w8pMgooUkfEVTz/UYo0K3HZahl7bpCOY qeCm5CTeFp0/uxNW7sutXIr0rK5RqStUMkJ3QpfBhXCi5LlR8hvE1Z9xCS9mReCdFffH wgJg== X-Gm-Message-State: AOAM530z7OpQ61EcJVv3XJXwUpDv4WNrxpn5XJufjy44pR2mhSXRUbm6 gOke8pCwx+jl52b62BlQ9UuYpN0R7UMepX4G7xmUTCT2CPM= X-Google-Smtp-Source: ABdhPJztohC8K7pIuzLC50xBhfXpEjvyoxHatyBm+zItzAZMHuxPjsQXw0tSmNyeE716GmWH/s1g0A4WtcL3yRj9t0c= X-Received: by 2002:a05:6638:2585:: with SMTP id s5mr1117262jat.68.1637007118703; Mon, 15 Nov 2021 12:11:58 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 15 Nov 2021 21:11:23 +0100 Message-ID: To: Chase Peeler Cc: James Gilliland , Derick Rethans , PHP internals , Nikita Popov Content-Type: multipart/alternative; boundary="000000000000ce22b305d0d96b90" Subject: Re: [PHP-DEV] Re: [RFC] Deprecate dynamic properties From: deleugyn@gmail.com (Deleu) --000000000000ce22b305d0d96b90 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > > By design my REST API utilizes dynamic properties. I've always found it t= o > be a feature of PHP, not a bug. > > -- > Chase Peeler > chasepeeler@gmail.com > I am in the unfortunate position of inheriting a system with such REST API design. I can never build new REST APIs to replace the old ones because nobody can ever know how many combinations of possible input parameters there are. --=20 Marco Aur=C3=A9lio Deleu --000000000000ce22b305d0d96b90--