Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76097 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42609 invoked from network); 25 Jul 2014 08:22:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2014 08:22:45 -0000 Authentication-Results: pb1.pair.com header.from=jocelyn.fournier@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jocelyn.fournier@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: jocelyn.fournier@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wg0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:62372] helo=mail-wg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/E7-29475-4D312D35 for ; Fri, 25 Jul 2014 04:22:44 -0400 Received: by mail-wg0-f41.google.com with SMTP id z12so3868527wgg.12 for ; Fri, 25 Jul 2014 01:22:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=3O2vwn61jnxul8Hmvb+DRscb+vtMfm2RFGIGcuV/kJ4=; b=foNliJtTxktu+VqdBNw6o7sPGzdoaXDsvz31rIOSlCvUtGS1nN4XSWnEaVWv8CE7Ct 45ClWABo6Mmd+9fLYR6amaZYPiKMvgTQ//ClXmIINDDTkFcGi9jsg6mWh8/+NUA4+WsC rH+0st3Hv62pzMCx4B3ZdAqQQ5V4N3G3G+/AxN28+wIMZ3Zc40/ZSJnSIPwuGMMqad7I +ZS1wd+CKlrYaVsShGi2oFkBdDZo+6jYbZ5Cm37GD2oV4vxJoFN3gIu4l7c0HxOus7Ze DMhOw3EB142Umire8chardtolwcsSxw82riP7ISf5Jr9GAWq03r7j9QgkJbrU4iSKonz JZ5g== X-Received: by 10.194.123.71 with SMTP id ly7mr19147169wjb.103.1406276567422; Fri, 25 Jul 2014 01:22:47 -0700 (PDT) Received: from MacBook-Pro-de-jocelyn-fournier.local ([2a01:e35:2ea9:c3d0:5c9e:94a:59a8:4469]) by mx.google.com with ESMTPSA id 10sm23222463wjr.22.2014.07.25.01.22.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jul 2014 01:22:46 -0700 (PDT) Message-ID: <53D213D0.7030208@gmail.com> Date: Fri, 25 Jul 2014 10:22:40 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Ferenc Kovacs , Laruence CC: PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] About PHP NG "document lacking" argument From: jocelyn.fournier@gmail.com (Jocelyn Fournier) >> >> > Hi Laruence, > > I do think that some people simply doesn't like phpng (for reasons mostly > not on technical grounds), and they are bringing up any issue which can > hinder the acceptance of phpng. > But I also think that documentation is important, and the reasoning that it > isn't based on the fact that the current engine is also lacked/lacking > proper documentation is wrong imo. > There are a bunch of extensions whose authors already figured out the > current internals on their own (but stuff like Sara's book helped a bunch > imo) to make their extension work, but we shouldn't force them yet again to > learn from reading through the source yet again. > Also, the less documentation we have, the more likely that the voters won't > really base their vote on the actual diff, but they beliefs/pre-conceptions > about phpng. > As both sides (supporters of phpng and those who are against it) are really > "loud" to have their arguments heard, I think it would be better for > everybody if we could have as many voters as possible voting on the actual > content instead of who has the bigger follower/supporter group. > And as you mentioned, not that many people are familiar with the Zend > internals, but the vote is open for any contributors (which we had a few > rounds of discussion, but it is unlikely to be changed before this goes > into voting), I think it is even more important to make it possible for the > less Zend-savy people to make an educated decision about the patch. > I really like the current progress on https://wiki.php.net/phpng-upgrading > , and I support your idea of having more people, even outside of the phpng > devs contributing to the docs. > (I added a link to the upgrading guide for the rfc page as I've noticed > that some people wasn't even aware of the existence of the upgrading docs) > > I don't think that phpng requires any better or more detailed rfc or docs > than any other similar rfc, but I do think that improving those will > improve the "quality" of the votes, and maybe it will calm down some loud > people seemingly being really frustrated by the lack of documentation. > Hi, I confirm without the sara book, it would have been *really* difficult to code my first php extension. From my point of view, this API change is a good opportunity to write a doc about the PHP API, and how to use it efficiently. Jocelyn