Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65590 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20028 invoked from network); 3 Feb 2013 22:18:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2013 22:18:00 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.161.181 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.161.181 mail-gg0-f181.google.com Received: from [209.85.161.181] ([209.85.161.181:34177] helo=mail-gg0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/84-22879-712EE015 for ; Sun, 03 Feb 2013 17:18:00 -0500 Received: by mail-gg0-f181.google.com with SMTP id e5so146566ggh.12 for ; Sun, 03 Feb 2013 14:17:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=wz1TIs4hqAA5xh0YvYU2ivhOnVZfbOi5ZNrwOvXcnco=; b=gfTJegSSnHkCV6VIQ1azaIDOn1eqBwEydg/zWaacuOa8VOoTmFqEH6paB3wuiip1/Q uCiFVeA9UVgJzgEC5TnTfK9m0WElbtTrbUVljXG94KxdO3thHIvePCNv4RO53zpgSkyO iuUpUD+0ZOXYGz/feC5YH4Rn9uHuzOIql2w6l10j+Vo0S7WF89fHfaCmzHd8r4xBAH5N djhQynDpEMxypNb3YanAnDHUJpC2RKKJQxFMCazy+7bxWjmLEn43/FlMMELXNzZkqHV4 0vuhZL7VceMLIZ8ScPj4hWdUi4W3KQLJF233FeXPhw24z3qsrDFAFUQqtrLjEwGej6k4 4zLg== X-Received: by 10.101.38.11 with SMTP id q11mr2435402anj.64.1359929877424; Sun, 03 Feb 2013 14:17:57 -0800 (PST) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id j1sm25910600yhn.3.2013.02.03.14.17.56 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Feb 2013 14:17:56 -0800 (PST) Message-ID: <510EE213.30307@lerdorf.com> Date: Sun, 03 Feb 2013 14:17:55 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Karoly Negyesi CC: "internals@lists.php.net" References: <510EBF98.4060900@lerdorf.com> <510EDCDD.3060508@lerdorf.com> <510EDF77.6050208@lerdorf.com> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQn9q2G2HdPvvQxoUQzyEpL8XMg4m7W7E/Oao5rSJTdB7pY5UsrrhGs1o1Hy4vWJ1mcXgtt3 Subject: Re: [PHP-DEV] Proposal for serious BC compatibility aka language versioning From: rasmus@lerdorf.com (Rasmus Lerdorf) On 02/03/2013 02:11 PM, Karoly Negyesi wrote: > If you mean from the mistakes and get a better implementation? I have some ideas, > but first I'd be glad to learn why it was a mess. The whole concept of maintaining multiple personalities in the same codebase is a complete non-starter. The complexity that leads to is mindnumbing. There really isn't anything to discuss along these lines. It will not happen. -Rasmus