Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67692 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84255 invoked from network); 12 Jun 2013 08:28:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jun 2013 08:28:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.180 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.180 mail-vc0-f180.google.com Received: from [209.85.220.180] ([209.85.220.180:64190] helo=mail-vc0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/21-07280-31138B15 for ; Wed, 12 Jun 2013 04:28:04 -0400 Received: by mail-vc0-f180.google.com with SMTP id gf11so3944907vcb.39 for ; Wed, 12 Jun 2013 01:28:00 -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:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=CEUWGBrzhmBhCnUbzOOgEoUr1BXiVmbnydr7B7jmyAo=; b=XfMRd4RylK+c4qG0mIN9dGkydw5OF8Rg+AK+vQAcO3+5RGY/zIsPOa+5jh0/N+qSgE A3fJdoYPzEJ7FUHHMR04oqswMcvdOHM11PhfWV9YhyVP7Uemu7w8j+PYVLTbJVc0k2C7 +5q+PPHIE+3wIeXxBkiLuXG3dIX3fgAjwK8lPYydzkfCqpGZI6GbJDwYwDVum/3j5UKO ChhXgReAD4b3nB0r0YbsQ/t0zJBzex9V6xUZp+1/JsvFD3UUHdfY8J9hIb18PRDAf9MS IKH2rqVn855cNB5atABpvKrmvA0Qc0nu4C1WzXj9p7AuzHOsmJZ2wQGGsesNImdOfL1G 2/Rw== X-Received: by 10.220.123.131 with SMTP id p3mr6287927vcr.69.1371025680466; Wed, 12 Jun 2013 01:28:00 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.188.73 with HTTP; Wed, 12 Jun 2013 01:27:20 -0700 (PDT) In-Reply-To: References: Date: Wed, 12 Jun 2013 10:27:20 +0200 X-Google-Sender-Auth: eXBdcm7yACyDhscSfyaZT3FDlVs Message-ID: To: Michael Wallner Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=089e013cbb22a9ba0104def0ca21 Subject: Re: [PHP-DEV] Internal object orientation documentation available! From: jpauli@php.net (Julien Pauli) --089e013cbb22a9ba0104def0ca21 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jun 12, 2013 at 7:05 AM, Michael Wallner wrote: > 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? > Well, we prefer writing in rst format than docbook. We could link from php.net/internals to this URL as well , or , we could convert rst to docbook, I heard about tools doing that. Anyway, as everybody can see, it is far from beeing finished , so many more things to say... Julien.Pauli > > > -- > Regards, > Mike > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --089e013cbb22a9ba0104def0ca21--