Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122629 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id E64871AD8F6 for ; Wed, 13 Mar 2024 11:29:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1710329370; bh=hfo/u94HH+iqGcRgTYLnVjUAS0kmpJQMV88IYiTu1So=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=Zby4wouU5nGjSYCQdtFjqlovP5HyeEYg31AAbDs8zu0eG/xXZy1IiTaS6NY9Cqp7b +F3doUWJ+bV3FndurKbfbSvZVvcEuQn+kxe1CGBOYQ9b8fz0f5O6/+jI975PpiQ9Xs xZBWFV5DZO2RRwOVHO8+zKyg2ST+vzR+B6j2c6/24Ketxh95FtKoBVtcEDaHKYprhP JMvfIg6Hsi1ukL+lYU0KHlKQx3mtvUficvpxdkB9RWyu7mMQpq7Wxy0MtjqZ+98s+j s4VN3ZZWd0bxHSJrajVfWAOMIpJE9IiEhSGtmJjO0fMHbh/u1qXzm7AHtjt0Ipu//v Pgfo0+yEDypIw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 2D3AD18004F for ; Wed, 13 Mar 2024 11:29:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail.sakiot.com (mail.sakiot.com [160.16.227.216]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 13 Mar 2024 11:29:25 +0000 (UTC) Received: from smtpclient.apple (147.211.49.163.rev.vmobile.jp [163.49.211.147]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id E2BC0401F7; Wed, 13 Mar 2024 20:29:05 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1710329345; bh=hfo/u94HH+iqGcRgTYLnVjUAS0kmpJQMV88IYiTu1So=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=jXrICznB0KQd5AfMejbvn0y20Jqt6dXFZAqBpD86HpJeAKzY8sd6E62eNu5Njq+vP nPvdgGIb2DECZ9hAhJgjVpw2EEuH5QlUxrr3oZ2hQzz2J2fNdxd7Th1dusDybQjGeP zrVeLid5BLFe9zYjHfElXOJi4nfj4KXsPn0BFqWU= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (1.0) Subject: Re: [PHP-DEV] Re: [pdo_dblib] Correct TDS protocol version Date: Wed, 13 Mar 2024 20:28:53 +0900 Message-ID: References: <03f5d0f4-e16c-4a75-9e11-d7d32134e993@app.fastmail.com> Cc: internals@lists.php.net In-Reply-To: <03f5d0f4-e16c-4a75-9e11-d7d32134e993@app.fastmail.com> To: Rob Landers X-Mailer: iPhone Mail (21D61) From: saki@sakiot.com (Saki Takamachi) Hi Rob, > Instead of creating a BC break (which will probably affect older, less mai= ntained libraries the most), why not create new constants and deprecate the o= ld constants? I see, it makes sense to provide a transition period for users. Would it be a good idea to deprecate it in 8.4 and discontinue it in 9.x? Regardg. Saki=