Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42460 invoked from network); 23 Jun 2009 19:48:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2009 19:48:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.216 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.220.216 mail-fx0-f216.google.com Received: from [209.85.220.216] ([209.85.220.216:51050] helo=mail-fx0-f216.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/FE-36467-B81314A4 for ; Tue, 23 Jun 2009 15:48:28 -0400 Received: by fxm12 with SMTP id 12so153087fxm.23 for ; Tue, 23 Jun 2009 12:48:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=RsP7HEAZNQMibY7WW2GxdeF28wpzVByOQjX4GDiLHTk=; b=i66nINNfLJSCrob+SlF22PngocictiQvEWmtjNO6DOE9F6Odc5fyMczUL6rP14zsRM ofoZXATFsQtun6Dcqo3DPXqwBZiHyGxSdqmgFYGVz2C9Hk5eAvcQDJePPodSVl1huPgj We6R7BjX4yHJpOV6GpXptgBOtSUywvwhbr+VM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fxgKVZCpu+H51u37ts+X1i7kbtO9R/hUb2LU4dircLfN51Ef4EapmGZMXMtL81r0LZ i/E3HOBu+WKFd2PpCrAbOr6pJ+6KqEHJudxIENagERhKEEklCyPuIkYCIbH0aXNyUwNA AWATENhquivmZpg//gPCAyzxynvQqZH+cvOGU= MIME-Version: 1.0 Received: by 10.86.53.8 with SMTP id b8mr692243fga.32.1245786504161; Tue, 23 Jun 2009 12:48:24 -0700 (PDT) In-Reply-To: <4A3BBF03.5050207@lerdorf.com> References: <4A3BBF03.5050207@lerdorf.com> Date: Tue, 23 Jun 2009 21:48:24 +0200 Message-ID: <7f3ed2c30906231248k180a9146g61f460f0c868478c@mail.gmail.com> To: Rasmus Lerdorf Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Call for a doc push From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Jun 19, 2009 at 18:38, Rasmus Lerdorf wrote: > Personally I am going to try to make one doc commit per day for the next > little while. Thats very much appreciated. Also, if people who added new features (language level, extensions, classes, methods, functions, arguments, mode options, format options, constants, error messages......) could please add them to the UPGRADING file. It is very hard to go through all these hidden bugfixes that magically added new features without even referencing that in the bug report itself. Just by updating the UPGRADING file you will increase the chance of the feature actually making it to the end-user by 100%, and getting it documented "for free" by 75%. And as we all know, 82.5% of all stats are made up on the spot. -Hannes