Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65588 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17028 invoked from network); 3 Feb 2013 22:12:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2013 22:12:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=karoly@negyesi.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=karoly@negyesi.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain negyesi.net from 209.85.128.50 cause and error) X-PHP-List-Original-Sender: karoly@negyesi.net X-Host-Fingerprint: 209.85.128.50 mail-qe0-f50.google.com Received: from [209.85.128.50] ([209.85.128.50:61260] helo=mail-qe0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/D3-22879-BB0EE015 for ; Sun, 03 Feb 2013 17:12:11 -0500 Received: by mail-qe0-f50.google.com with SMTP id 7so2552956qea.23 for ; Sun, 03 Feb 2013 14:12:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-received:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:x-gm-message-state; bh=agQZLW45Xb6X6MzCHrB2wqj0TyWNSYBhE4vZpIjS12Q=; b=eXxvLySIS1Iticgnmon0Kf9mnCnr7ntPJVre9AyycyLyWlTN9PKPbxvqwPfg1xl92V ShLeeBE/pdNMZOEVmbG8zZlkRlGW14KCgxGK5jweLCI7BFpuo26SaeZsN3mqUN76W3LL RM5FP8/lTN/D4SJmVHjqvfLCjGCDucXGtndCV6h7dbSdjI/+V6FMpFdUgryf8BeF+pBT X6mkujxwScNDJEojyjq/hrjuPoI5VH6Zd2rYk/u95f+CeR8haNNZnpdV4BIb7TdoaD5y dRYcHv+f7uH8nDMXNfMkpkpp+RFPvnu8rHy+TpxUXMXInYpMD4rCv1A3wyTbnJJzu5iI yfmQ== X-Received: by 10.49.127.101 with SMTP id nf5mr20700227qeb.20.1359929528958; Sun, 03 Feb 2013 14:12:08 -0800 (PST) Received: from mail-qc0-f171.google.com (mail-qc0-f171.google.com [209.85.216.171]) by mx.google.com with ESMTPS id z5sm9903884qer.8.2013.02.03.14.12.08 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Feb 2013 14:12:08 -0800 (PST) Received: by mail-qc0-f171.google.com with SMTP id d1so2437490qca.16 for ; Sun, 03 Feb 2013 14:12:07 -0800 (PST) X-Received: by 10.49.25.102 with SMTP id b6mr20025831qeg.27.1359929527953; Sun, 03 Feb 2013 14:12:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.49.97.65 with HTTP; Sun, 3 Feb 2013 14:11:47 -0800 (PST) In-Reply-To: <510EDF77.6050208@lerdorf.com> References: <510EBF98.4060900@lerdorf.com> <510EDCDD.3060508@lerdorf.com> <510EDF77.6050208@lerdorf.com> Date: Sun, 3 Feb 2013 14:11:47 -0800 Message-ID: To: Rasmus Lerdorf Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQksPiikXThrFFXfo+wYy+3avzKERrl1ltz0lm5rrV/+4THHKDu6nRnncRFxrxYgfkiT0Qhk Subject: Re: [PHP-DEV] Proposal for serious BC compatibility aka language versioning From: karoly@negyesi.net (Karoly Negyesi) If you mean wrote: > On 02/03/2013 02:03 PM, Karoly Negyesi wrote: >> Well, fixing a segfault, adding a new function or method as it oft >> happened in PHP 5.3 is only breaking forwards compatibility not >> backwards -- if you have code that ran on PHP 5.3.4 it'll run on >> 5.3.5. The reverse is not true which causes some headaches to Drupal >> developers but it's not relevant to this discussion. >> >> So, what about adding a version string to the opening > that you can fix bugs while not breaking BC :P ? > > We had that in the past and it was a mess. We are not going to make that > mistake again. > > -Rasmus >