Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67691 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71437 invoked from network); 12 Jun 2013 05:05:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jun 2013 05:05:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.175 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:46943] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/01-59776-1A108B15 for ; Wed, 12 Jun 2013 01:05:37 -0400 Received: by mail-lb0-f175.google.com with SMTP id r10so4035046lbi.34 for ; Tue, 11 Jun 2013 22:05:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Tz4CNPZyVDOEYiz+EmRXBd3Vf3WSmNNrWKics3Jl/V4=; b=pVZr6HYnsoNYGu1pC5ots8vWkqv0kXNKM3NZ928lQr4mmWYamGvSWz+xqT4+bcgQD2 tj0EcNebXTOe/5SvpZ6nVtsVeLdURKCmXpDaVwm6BqC2o64j4lwLxs/qJqY2W0aKeLwP LwOy+vUfcuCV37URLt2MtYW1EBvjJSMeH0cGp10zvXIW4Qu8vUyZGt54q2Zk764/mjS0 cudHdm7kyjoHXenFUwZEVK57NUW0GarXdYYLGpJxCGYGKqpia77m5n1iyg6q5GBPUXs0 HF0jqd3nMm304393cl7R9m2ZsgfpyzkkBgHfWikfEVA9ijoyIaG/DxO5++Ugvtos2heb j1ow== MIME-Version: 1.0 X-Received: by 10.152.4.163 with SMTP id l3mr8896202lal.60.1371013534216; Tue, 11 Jun 2013 22:05:34 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.10.42 with HTTP; Tue, 11 Jun 2013 22:05:34 -0700 (PDT) In-Reply-To: References: Date: Wed, 12 Jun 2013 07:05:34 +0200 X-Google-Sender-Auth: SgZO4mBRNeUWuaK7_GujDIW7VM0 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Internal object orientation documentation available! From: mike@php.net (Michael Wallner) On 10 June 2013 20:33, Nikita Popov wrote: > Hi internals! > > We just published some rather extensive documentation on internal object > orientation: > > http://www.phpinternalsbook.com/classes_objects.html > > This is part of a larger project aimed at documenting the engine and making > it accessible to new contributors. > > Any feedback is appreciated! That looks awesome; just asking: why didn't it go into http://php.net/internals? -- Regards, Mike