Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21922 invoked from network); 21 Nov 2012 06:50:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2012 06:50:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.220.42 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:34896] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/85-20662-4A97CA05 for ; Wed, 21 Nov 2012 01:50:12 -0500 Received: by mail-pa0-f42.google.com with SMTP id rl6so739847pac.29 for ; Tue, 20 Nov 2012 22:50:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=oS764ZsSYhQaENlkEsjhC1cwrqT6yvGBzWTfmh82ovg=; b=drslUp+1NFlnEOH1vHZPPPlEIsOjj8UEMFfXgEJ+anWcm6Yl1TOmi3T9f381mFWzyf Tk7zXwcApj1KT6zT7de2GynMcgoa3kOIOgdScrE19UuFNYCS3QZ3WW8lltVPL6s0t3rc dG6xQyY2atbAfXV5Vi5WDDdaUBmKYYtyE9W04O8QCFDguzUL0PUNcB/5RECYBGVwuW6J 9nRw9mIXNSmxIH8ooJiaiB3jZ2BgjIPNuRDMy2mCJ/fAhDCS2SMFvrQhlUb1HvPyNjOl 6y9wKvHPYFh+1uLU4xgGXj2y+DZ32VMQM5snPwfm68PQykgD5djtSPxeAapPt/L8yXHo nCMw== Received: by 10.66.78.231 with SMTP id e7mr15183874pax.44.1353480609400; Tue, 20 Nov 2012 22:50:09 -0800 (PST) Received: from [192.168.2.100] (c-71-56-134-232.hsd1.wa.comcast.net. [71.56.134.232]) by mx.google.com with ESMTPS id ok8sm9413993pbb.42.2012.11.20.22.50.06 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 22:50:06 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii In-Reply-To: <50AC75EE.60100@sugarcrm.com> Date: Tue, 20 Nov 2012 22:50:05 -0800 Cc: Adam Harvey , PHP Developers Mailing List Content-Transfer-Encoding: 7bit Message-ID: References: <23CB37F5-E956-4A5C-8ECC-7CF347A9086C@roshambo.org> <50AC6A7A.6030504@sugarcrm.com> <50AC75EE.60100@sugarcrm.com> To: Stas Malyshev X-Mailer: Apple Mail (2.1278) X-Gm-Message-State: ALoCoQkrq9mVoqzeMK0llbBop6XtsIL51yy6KziKCQHc1JqoATxPNHCQmn/mt63bGHOFk1vxwtFj Subject: Re: [PHP-DEV] Where did the _logo_ functions go? From: philip@roshambo.org (Philip Olson) On Nov 20, 2012, at 10:34 PM, Stas Malyshev wrote: > Hi! > >> The issue I have with this is just that we don't seem to be making >> much of an effort to stick to the promises we've made around BC when > > We make a lot of effort to do this. But it does not mean we should be > blindly and stupidly following the rigid rules even when it makes zero > sense in practice. We made sense, and are not being blind and stupid. You may disagree but I don't understand why this discussion has to become so harsh. >> it doesn't suit us to. I agree: in practice, I can't imagine anyone >> caring a jot about these functions being removed, but we've said that >> when we're going to remove something, we'll deprecate for a minor >> release, then remove. Why don't we live up to it? > > Exactly because in practice it is not important. So on one side, you > have making PHP better without any practical downside. On the other > side, you have delaying making PHP better, but feeling good about > strictly following bureaucratic rules. I prefer the former. > > Rules are important, but it is also important to not lose the sight of > the goal - why these rules exist and when they make sense. And when they > don't. It's the inconsistency that bothers me. I think a rule like "Never remove a ~function without it first emitting E_DEPRECATED" can be followed 100% of the time, and don't see this as a bureaucratic rule but instead think this consistency would make PHP better. Regards, Philip