Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106201 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 91401 invoked from network); 9 Jul 2019 16:02:40 -0000 Received: from unknown (HELO mail-ed1-f44.google.com) (209.85.208.44) by pb1.pair.com with SMTP; 9 Jul 2019 16:02:40 -0000 Received: by mail-ed1-f44.google.com with SMTP id s49so17791442edb.1 for ; Tue, 09 Jul 2019 06:22:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:message-id:mime-version:subject:date:in-reply-to:cc:to :references; bh=0qfWg6VP2t0eV98rSRx+C1D+GBRLPZwKBexsIc8Rfk8=; b=gonBBvAh1L7HDP9s7D05yFcAPqW3J0nVDRaFIELvMUiQ2Q5ltvLnNi+SM004bfEkNK U/HTF8PEwKzVa9qqiuaE7tX35dC8Ik5UJyL6klBtsXVA3WoqG87xKgbe2/SI27XMh/6v jtAKkTs2uBzHZpJqKgA24koNFtFOdZ5Y1i5pSRwUv6QsHrmccpscRbvRu8WNf81EfAG5 POiWFkXDLty02gPt/PQaCwlEQ6gTvPWAx7GYV+Io5qFScRyPFKLtlRIbM2w8OdwesUTI qmmJ5prmTtGctX6Xu8P5wm+f/gll56zLm66KuoPdk2dMnLAbdCkk2CCcPhXCmuxDroCx kqVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:mime-version:subject:date :in-reply-to:cc:to:references; bh=0qfWg6VP2t0eV98rSRx+C1D+GBRLPZwKBexsIc8Rfk8=; b=SBgBU9qI/beFmBqnS6zuCtdRixH/N0tPIXK4/3fwP13G+smHXMuCfPe4QSaGzrT3iu 2IUNfsJfwpiCMktwjKb+xMW9sXH8g0/uQ1AMSMIgH2pqvwRkzjrIJ82SOPE2ZASxrka6 /TXFM3Zy7Y9STokZaULHGNHUi0WtM2ibPpeAWskMrMkOuc9me5/yMpTjXgqWNBZiZ9W+ 7FzJ6fEnhf9xR2lZTjPLjfG3qlqjgqxoaai9h96cN1KpKRYukK+BcjZnyD92/NzdClKp lNxes7AlwLq342QiiAOZ9rox4fK53+pqz5bbDxXKKmY+OX7Mlk0I/L10RgIk1qNgujeG wwnA== X-Gm-Message-State: APjAAAWyrWaTz77Zb4gTPSNdUYn6+j5ZgC5gBs36mvUsgjUvNsywYwfr nJXUFLv79kSD7ujDQ8hs+GE= X-Google-Smtp-Source: APXvYqxIb59Kw+Uq8qdeN2UPhRzkuiDbMv3wMs3DhRzcP0KI4B/LED5I25QIGzyFYDVjES+zwjEW/g== X-Received: by 2002:a50:9468:: with SMTP id q37mr25395108eda.163.1562678539157; Tue, 09 Jul 2019 06:22:19 -0700 (PDT) Received: from [192.168.0.63] (84-75-30-51.dclient.hispeed.ch. [84.75.30.51]) by smtp.gmail.com with ESMTPSA id g11sm4156664ejm.86.2019.07.09.06.22.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Jul 2019 06:22:18 -0700 (PDT) Message-ID: <676EE5E8-3C1D-41B7-8B7B-C7F24E673F95@gmail.com> Content-Type: multipart/alternative; boundary="Apple-Mail=_F5F68CFA-2F52-4CCE-9066-DB0AB4D2CDF8" Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Date: Tue, 9 Jul 2019 15:22:17 +0200 In-Reply-To: Cc: PHP internals To: Nikita Popov References: X-Mailer: Apple Mail (2.3445.104.11) Subject: Re: [PHP-DEV] [VOTE] Deprecations for PHP 7.4 From: claude.pache@gmail.com (Claude Pache) --Apple-Mail=_F5F68CFA-2F52-4CCE-9066-DB0AB4D2CDF8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > Le 8 juil. 2019 =C3=A0 21:27, Nikita Popov a = =C3=A9crit : >=20 > Hi internals, >=20 > I've opened voting on the deprecations for PHP 7.4 RFC: > https://wiki.php.net/rfc/deprecations_php_7_4 >=20 > As usual, each deprecation has it's own vote and requires its own, > independent 2/3 majority to pass. Voting closes July 22nd. >=20 > Thanks everyone for their feedback. >=20 > Regards, > Nikita Hi, Having actually read the justifications for deprecation of functionality = I don=E2=80=99t care about, there is the following one that I don=E2=80=99= t understand: About restore_include_path(): =E2=80=9CThis function is essentially an = =E2=80=9Calias=E2=80=9D of doing ini_restore('include_path'). The main = rationale for this is to clean up the standard library for consistency, = similar to what we have done with other functions that are just wrappers = for ini directives.=E2=80=9D But get_include_path() and set_include_path() are not yet deprecated, = are they? So much for consistency... In fact, I did find the following RFC, that seems to be abandoned: = https://wiki.php.net/rfc/deprecate_ini_set_get_aliases = . But I = haven=E2=80=99t found trace of actual deprecation. Or did I miss = something? =E2=80=94Claude= --Apple-Mail=_F5F68CFA-2F52-4CCE-9066-DB0AB4D2CDF8--