Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49136 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28961 invoked from network); 23 Jul 2010 19:53:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2010 19:53:03 -0000 Authentication-Results: pb1.pair.com header.from=daniel.egeberg@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=daniel.egeberg@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: daniel.egeberg@gmail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:35655] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/CD-53775-F13F94C4 for ; Fri, 23 Jul 2010 15:53:03 -0400 Received: by fxm17 with SMTP id 17so6292092fxm.29 for ; Fri, 23 Jul 2010 12:53:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=szWJYqM5ylMzhiNRAtgDu8E5VQUJndxAgD41G35Uong=; b=LLr0Lr3I0eQAp0gfSMQKWup/vFnVEVNYKwR0GXfk+03yfLJYn20tHyT/fF5P48jUzg J/8m3MK+te/AZQ0Gq9qfaD9zm/NlbGxk5+5Qufqzvq2YujLDdE0Vy5WAc+Gx3BSPLLEE TGICHsoEZVPFVtRkqq/37ZlK1NidLpNNi5TAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=KnMgu2Zh3yknqGJihy2Sb8wioQmphmXk74JzOt/Cof3dJoBKNgroalNXlPY6oJ4fhf fWPsNpImsXRueXVdMw84wB8FjlJAcIuXFOAg400z0B2ezf7dh/2KaRzN/ey32fX9zrrr AcFlEJtQFzF3YCcxGRDBbJ609piqABUAJllVM= Received: by 10.223.119.136 with SMTP id z8mr3715327faq.63.1279914780203; Fri, 23 Jul 2010 12:53:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.126.6 with HTTP; Fri, 23 Jul 2010 12:52:30 -0700 (PDT) In-Reply-To: References: <730E72B7-B2C3-4FF9-8138-F04659ECDB56@php.net> <4C4950B2.40805@thelounge.net> <4C49E11A.1080708@sugarcrm.com> Date: Fri, 23 Jul 2010 21:52:30 +0200 Message-ID: To: Karoly Negyesi Cc: Stas Malyshev , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Remove variable function and method calls From: daniel.egeberg@gmail.com (Daniel Egeberg) On Fri, Jul 23, 2010 at 21:34, Karoly Negyesi wrote: >> This is plain false. PHP does care for BC a lot. > > OK. I will try to test PHP to help you guys in this. I know there is > documentation but it often misses crucial subtle points and there is > not a lot of education of the public to set expectations. If the documentation is missing information about BC breaks, please file a doc bug at http://bugs.php.net. If nobody is aware that it is lacking, naturally it won't be improved. -- Daniel Egeberg