Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20155 invoked from network); 12 Oct 2014 10:23:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2014 10:23:49 -0000 X-Host-Fingerprint: 178.235.226.57 178235226057.olsztyn.vectranet.pl Received: from [178.235.226.57] ([178.235.226.57:27800] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/83-01239-2B65A345 for ; Sun, 12 Oct 2014 06:23:46 -0400 To: internals@lists.php.net,derick@php.net Message-ID: <543A56AD.7040004@php.net> Date: Sun, 12 Oct 2014 12:23:41 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 178.235.226.57 Subject: Re: [PHP-DEV] [RFC] Remove deprecated functionality in PHP 7 From: sobak@php.net (Maciej Sobaczewski) >> I think there should be a little bit more voting "options" - or rather >> categories. >> >> For example, things like this: >> >> # style comments in ini files (since PHP 5.3) >> >> I don't think we should remove at all (or why is this even deprecated?! >> > > Because ini files use ; for comments and not #. > > Nikita > And once again it's one of the simplest things to fix. Single find&replace should do the trick in most cases. Thanks, Maciej.