Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65595 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28161 invoked from network); 3 Feb 2013 22:40:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2013 22:40:09 -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.216.171 cause and error) X-PHP-List-Original-Sender: karoly@negyesi.net X-Host-Fingerprint: 209.85.216.171 mail-qc0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:53546] helo=mail-qc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/16-22879-747EE015 for ; Sun, 03 Feb 2013 17:40:08 -0500 Received: by mail-qc0-f171.google.com with SMTP id d1so2471134qca.30 for ; Sun, 03 Feb 2013 14:40:05 -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:cc:content-type:x-gm-message-state; bh=DYncwK2QKzW3xPMgUrEdBqdsBPK3x5KWGqJVyDCwtuM=; b=dIxOdPUAim0HzebkDnwFcUfLZTLywgb4TQyBIX5ZywXAukRIodZgOnHG6f1iEn3npW Kv54X1SS7kM+2rL7T16FCwLBV5fSiE7i+MStWdakYyLa82aRPp1vnCL405pF1X7IO4vk ntcF2EuFX2yl+pH2v0JlSBl6bbrppGJxqw4cphsWnievMeJXNZIPYGNW8WpfQDk5buGc Iipgk97qZ28m9UT0dtjx5TcvEVnzhzh32ZqZhBxDP8JvjM0gTYUK/+1i8JSi5AhNQdRh 4/90MhmtOut8x7uSVaLtoYnN22tzkS7ZvzmLb/HEbZzyPa+pQO/qWD/B9iBckM/8vYsQ xi7g== X-Received: by 10.224.18.205 with SMTP id x13mr13025921qaa.9.1359931204550; Sun, 03 Feb 2013 14:40:04 -0800 (PST) Received: from mail-qc0-f174.google.com (mail-qc0-f174.google.com [209.85.216.174]) by mx.google.com with ESMTPS id z17sm9903703qem.4.2013.02.03.14.40.03 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Feb 2013 14:40:03 -0800 (PST) Received: by mail-qc0-f174.google.com with SMTP id z24so2436176qcq.19 for ; Sun, 03 Feb 2013 14:40:03 -0800 (PST) X-Received: by 10.49.25.102 with SMTP id b6mr20044628qeg.27.1359931203440; Sun, 03 Feb 2013 14:40:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.49.97.65 with HTTP; Sun, 3 Feb 2013 14:39:43 -0800 (PST) In-Reply-To: <510EE649.5060104@lerdorf.com> References: <510EE649.5060104@lerdorf.com> Date: Sun, 3 Feb 2013 14:39:43 -0800 Message-ID: Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmEOKFsKfRGRk1xEUKEZ04fhrz6NnQpeOc4FasTmVP+sbroG3Dag3Z9eBEzQsCtm0pG5Fx4 Subject: Re: [PHP-DEV] Proposal for serious BC compatibility aka language versioning From: karoly@negyesi.net (Karoly Negyesi) > array_diff_asccoc() comparing array(1,2,3) to "Array" and saying those > were equivalent without any sort of notice. That's not what happened, some contib was comparing array(1,2,3) to array(1,2,array(3)) and even looking at the documentation it is not clear whether the cast should or should not throw a notice. But, if that's desired behavior, I will add a note to warn people. Best Karoly Negyesi