Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78248 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3520 invoked from network); 22 Oct 2014 21:07:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Oct 2014 21:07:43 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.214.171 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.214.171 mail-ob0-f171.google.com Received: from [209.85.214.171] ([209.85.214.171:40961] helo=mail-ob0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/D6-63701-D9C18445 for ; Wed, 22 Oct 2014 17:07:43 -0400 Received: by mail-ob0-f171.google.com with SMTP id wp18so1284278obc.2 for ; Wed, 22 Oct 2014 14:07:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=34GfJ6YxzPNILOqqSRVt56Izcvyy7Zf/QlsaRP5GqoE=; b=emqTWfhCLhxaKwGTqBKzP9BKwIqsz1LhdjH+qMdhLFu5uoIN1BUqih3VHAr2miyCAR JDVeiqz3cXSQfYFS19LZT6K1Wb2rBC8hh3h336QJvzlY/ZRe9X7sp0GbvWxiFhXomu71 abW5vBGk8lkX7Nfvv3YUdZTpNSf8TmaOXKgmw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=34GfJ6YxzPNILOqqSRVt56Izcvyy7Zf/QlsaRP5GqoE=; b=a9I0mlN7uwtwHnZVNz/P6DOp3Hc7qeTC4V6v3n4U6AhYvskVlA/NbZsk7qdOT2eQwY njgO9x1Zcv4zNijazOZLUR/Sus4IjcNh9tHWFs6k8ebyGlPv1RmAL0p/qml8z75I6zQo LZBKOwMcJKu90FHP/I6kHlvM5cvSrbwS/ERA54qxX+YfFHMS8/GSrIXDon4qBm99CCPY I8C0kYLUjzYIUb5Z6JEmFDg8yMl+Df1+Q2ffAUek8IPiZ13uZwT1naLVKdNlqB0YDB0z hkjwPeS04FqTEGn2C0JIcBmhBFYWZAJ/ajJVtVeGMwzHO3fZ6HqseV+sgIYfZUYe1H+m O5Zw== X-Gm-Message-State: ALoCoQkYk2PL4v2RxPLYr21MJfXOPg8ERGJGk37Tr/mGGZ3Cpvbz0qEJ/GkBiWquodQrjMIqyJQR MIME-Version: 1.0 X-Received: by 10.182.105.135 with SMTP id gm7mr452517obb.3.1414012058596; Wed, 22 Oct 2014 14:07:38 -0700 (PDT) Received: by 10.202.75.71 with HTTP; Wed, 22 Oct 2014 14:07:38 -0700 (PDT) In-Reply-To: <544214B4.1070902@sugarcrm.com> References: <544214B4.1070902@sugarcrm.com> Date: Thu, 23 Oct 2014 00:07:38 +0300 Message-ID: To: Stas Malyshev Cc: Ferenc Kovacs , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] question regarding #67309 From: narf@devilix.net (Andrey Andreev) Hi, On Sat, Oct 18, 2014 at 10:20 AM, Stas Malyshev wrote: > Hi! > >> resurrecting this thread in the hope of getting a bit more feedback. > > About removing functions - I don't really see any particular win in it. > I mean, we'd have enough BC concerns in PHP 7 without having to worry > about missing functions that didn't hurt anybody. However, it may be > fine to add a note in the manual saying "please use ini_*, it's better > style" or something like that. My suggestion was to deprecate them first, which isn't much different to adding a doc note that ini_*() is better. Cheers, Andrey.