Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:36607 php.qa:64110 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38029 invoked from network); 27 Mar 2008 08:45:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2008 08:45:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=lokrain@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lokrain@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.158 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: lokrain@gmail.com X-Host-Fingerprint: 72.14.220.158 fg-out-1718.google.com Received: from [72.14.220.158] ([72.14.220.158:17602] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/11-32389-B8E5BE74 for ; Thu, 27 Mar 2008 03:45:00 -0500 Received: by fg-out-1718.google.com with SMTP id 22so4050418fge.23 for ; Thu, 27 Mar 2008 01:44:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=0Q1nLUdTv//jp9HNZ+SLg8TKp9MnoANhHtxV6srmOxw=; b=tjsCC0dYx6+JnFcxWd+pwGG14MJI2cz99ydMSGyTwq5Z5Xj9TeExidVwAYX5/pVYcqIPHF05RZNYmFAvMUGVYn7ojc3F0ralbKLPQTALR+jTeO/fSOOhxuKoORs09c3ryZgm+jGIeZxhwMptlyDfz6uly5oipCp+ddlIEPCQ5X4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=J1lodRFcYM6yYzQym/GHi/Mzc+OwIQIjkXoUpV0H3/qEV5b6c0fvQyKrsEuIWEvK30f+NrLftbZVaOAmx4qAtSNIu0VAjzJwP6Ce6HJIN8Olce2qEZ93hdGnCWMDvR4HNJMJQH+rpau1NUNwnGbO7IQ2rLPFuHyCBlD3ZSClIDs= Received: by 10.86.99.9 with SMTP id w9mr679103fgb.44.1206607496825; Thu, 27 Mar 2008 01:44:56 -0700 (PDT) Received: by 10.86.2.9 with HTTP; Thu, 27 Mar 2008 01:44:56 -0700 (PDT) Message-ID: <345fd5cd0803270144g35d55fflfd5b492e60582cb5@mail.gmail.com> Date: Thu, 27 Mar 2008 10:44:56 +0200 To: "Marco Kaiser" Cc: "PHP Developers Mailing List" , php-qa@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23789_13024292.1206607496823" References: Subject: Re: [PHP-DEV] BC break with php 5.2.6 From: lokrain@gmail.com (Lokrain) ------=_Part_23789_13024292.1206607496823 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello Marco, May be you should check the "[PHP-DEV] Inconsistencies when accessing protected members" thread. It's said there: Private means this API belongs to this class only, protected means this API > belongs to this class and the children. and you can find there a lot of useful thoughts about your question there. ------=_Part_23789_13024292.1206607496823--