Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102677 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24440 invoked from network); 9 Jul 2018 19:27:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2018 19:27:36 -0000 Authentication-Results: pb1.pair.com header.from=kalle@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.44 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.218.44 mail-oi0-f44.google.com Received: from [209.85.218.44] ([209.85.218.44:38855] helo=mail-oi0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/C9-49043-627B34B5 for ; Mon, 09 Jul 2018 15:27:35 -0400 Received: by mail-oi0-f44.google.com with SMTP id v8-v6so38050447oie.5 for ; Mon, 09 Jul 2018 12:27:34 -0700 (PDT) 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:cc; bh=gRQx3I7oi+laezq5ezL2RvrZmqfi9wPwpW0JN/i0Zu4=; b=XJDxm1Bpapy5C2OEAM5NzIQ90qObEG7d7NQKwfPnR1lY60TZHgdJV19FXw3BmBKbvC 3iNfqRH3GPveXUFdkU14xzf17VzCcR9QPIDyKxsKEnwooO2AIsVCNiHAxrri2GF8dbOw oqldjoOhvv6tOARV3WyhKnddspGhti3crNLKbbf5q7BhrD/Zygp+el56GjMqtOANo+7Y PjlCyF53k4JKXyU6Vg3tY6pJXua9b5lIIztVag9Ext8qt8AHKoqOGehiHHfq5/gUHUew +m9NwNoCf/Q131e0D3Q8xCAGAc9pQHgfR5NsZ5DlvkpSkOBYxdQCxKvXlzASssz58K44 XPsw== X-Gm-Message-State: APt69E0PAG0P3XgKi+00gEm3Wz069Slz4vtRBZ4y7Cf0dOI5qqxKm0yl Ik70ATNmUL30eG/uSu879J4Y6+m4HEiXNwD3yn8= X-Google-Smtp-Source: AAOMgpfZjQIkPlK3io00D5qwgGTl8KA/oBcA+Wrrl80FVMP8zqgbtDLgOibkCOHAwGmjKQUxZgeArDLL3tEou5IAhUc= X-Received: by 2002:aca:5583:: with SMTP id j125-v6mr25748650oib.2.1531164452263; Mon, 09 Jul 2018 12:27:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 9 Jul 2018 21:27:21 +0200 Message-ID: To: dzuelke@salesforce.com Cc: Nikita Popov , Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 7.3 From: kalle@php.net (Kalle Sommer Nielsen) Den man. 9. jul. 2018 kl. 21.22 skrev David Zuelke : > Keep in mind you can do phpversion("extensionname"), so that function > at least can't be removed, as the constant doesn't provide the same > functionality. Sure, but almost all of the core extensions return PHP_VERSION anyway (thanks to Peter K.) and the information is still available with echo (new ReflectionExtension('extensionname'))->getVersion(); and I doubt there is a massive usage so the impact is very minimal and therefore I believe its a fair compromise. -- regards, Kalle Sommer Nielsen kalle@php.net