Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97005 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8452 invoked from network); 18 Nov 2016 19:01:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2016 19:01:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.68 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.68 mail-it0-f68.google.com Received: from [209.85.214.68] ([209.85.214.68:34271] helo=mail-it0-f68.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/A2-30337-B005F285 for ; Fri, 18 Nov 2016 14:01:31 -0500 Received: by mail-it0-f68.google.com with SMTP id o1so6199838ito.1 for ; Fri, 18 Nov 2016 11:01:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=p/7jXvu0YFtzs7fZ5E46exx9nlEGzBUsadhExRbsYvo=; b=iiYGV3Eo5Vl+zpwLbUWh3o+E/+eUx2b9r/4jZ326nrTY1ZGlJKYhPqmG+xXcjpTD0s aUi3XOi9D4exLWx8SUb46dzKS39wxgEZcpCXC3AP0TsmodHlhyHWrjUZpkyU6xtJlwox eXA07Cv6UAbeElYHwI6G8oH8qRxIng0FOIY2TSby2i/e5fT7rsVWj3UhSm5WQIgWqhBj kIM8vSTqihkxvD/ZPMPI8TgytR8KR3xS5OMcv6IeZ2Pv+TbUCmMhP+ITYcT77oi4yF7o DyPve4FYCpB2i0zg8RV5c/Ef8s1QvQee8/r8A16q7goODxKI+s2rOfmSkmoH50jg+5SY 1pzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=p/7jXvu0YFtzs7fZ5E46exx9nlEGzBUsadhExRbsYvo=; b=YqlkfKvN2zwfC8HnniHuLLW1D7dwG42nNgdENmvD+4FYQDIBOI4wZ5RM8KjbkFNQZT eVnTB+EIBgz0YCZaoIK1omkGKQNyO8Xv9ZtX+ZaCsvxegNlGFpUnIMeq4gw9va8E/cQ6 MkX8lkzBxgdPmdgQvfIRbuYUibZ29rP8ipxgkVTUwuy3e1cg9c3mdwuH3aWh+rX2I6AQ ooRb8tiDJxqGxI73dPaZ+SA4u60RoRG6d44HTgEmRLTElWg+GJxTdUV9IzfL7mNuew2Y y/r/5rC1k1lRbHzsMmOfCRbgOGWF/hlOvd8/IisH9mQxgaSGhE9VyX4aEK6o1fqrpC2y RGRQ== X-Gm-Message-State: AKaTC00R/83i5MzL9+cqOesn9s5PQqXwC7EVnBwnqh9UGdebnJaKCHg1INx2SGQI+Z7MpuQYYXqDWLsIoodDHA== X-Received: by 10.107.19.22 with SMTP id b22mr1143525ioj.236.1479495689037; Fri, 18 Nov 2016 11:01:29 -0800 (PST) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.138.234 with HTTP; Fri, 18 Nov 2016 11:01:28 -0800 (PST) In-Reply-To: References: Date: Fri, 18 Nov 2016 20:01:28 +0100 X-Google-Sender-Auth: ry_zUPdjt_dBViV_lhVU4WC5U04 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 7.2 From: kalle@php.net (Kalle Sommer Nielsen) Hi Nikita 2016-11-18 15:55 GMT+01:00 Nikita Popov : > Hi internals! > > I've submitted this RFC for PHP 7.1 previously, but didn't follow through > due to time constraints. Now I'd like to propose an extended version for > PHP 7.2 and vote on it sooner rather than later to avoid a repeat > performance. > > https://wiki.php.net/rfc/deprecations_php_7_2 > > The RFC combines a number of deprecation and removal proposals. Each one > will get a separate 2/3 majority vote. The RFC overlaps with some recently > discussed topics (each, binary strings) -- I'm fine with dropping these if > someone has a more specific RFC. > > I expect some of these are no-brainers, while others are more controversial > -- please share your specific concerns. Awesome list, thanks for your work. I got a couple of things to maybe consider adding: arg_separator.output/input -- Do we really need an ini to define these, can't they be baked in or something? (I did not look at the code) auto_prepend/auto_append_file directives, I would be amazed if there couldn't be some optimization complications with those too register_argv_argc -- deprecate for non CLI? Might have other things to add later on, these are just what I had in mind so far -- regards, Kalle Sommer Nielsen kalle@php.net