Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44391 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52637 invoked from network); 21 Jun 2009 11:08:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2009 11:08:17 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.209 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.218.209 mail-bw0-f209.google.com Received: from [209.85.218.209] ([209.85.218.209:40627] helo=mail-bw0-f209.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/4D-09016-0A41E3A4 for ; Sun, 21 Jun 2009 07:08:16 -0400 Received: by bwz5 with SMTP id 5so3031214bwz.23 for ; Sun, 21 Jun 2009 04:08:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=c/+VpG6Y7YvNPnkzmdtfbPXyUsqqvNQeiR+epKJPOdY=; b=G4bbc+W9HEEhJYi0vp6Hmv2W8JECDIqJwBgJfzL3sEt3o5AYStBStLufH3cMDEfVMm hbASX4ODDKZ3jYmoq+UNsro7PLHlAJd7P7LHoJ+Sv7S7McErtwK3c+DEi/PeMKXSRIv7 OfWL2GqzFvTrXyWaZZq0iU5j1k6jUOlFCs5SY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=JNWMDOeFL0P6Z/y2sUMaDjNnd3oBd2xXmHkEYmOySTEMF/BpDHHs7RJ5eOdRhn+t2j v0aN3SKDF0e7AxiCKPxhNBEhwweQPPVBRjpmiiPO8+WukRLh6OOpgO7NMaOwJ9W1B+3h 0guo+MsOskdQjkRU1yIch/FNUoeTscDcIveY0= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.204.54.16 with SMTP id o16mr4790753bkg.146.1245582493376; Sun, 21 Jun 2009 04:08:13 -0700 (PDT) In-Reply-To: <4A3BBF03.5050207@lerdorf.com> References: <4A3BBF03.5050207@lerdorf.com> Date: Sun, 21 Jun 2009 13:08:13 +0200 X-Google-Sender-Auth: 58ef130f18bdfe6d Message-ID: <2dedb8a0906210408o4960044du6611a6c3f7d9ac5b@mail.gmail.com> To: Rasmus Lerdorf Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Call for a doc push From: kalle@php.net (Kalle Sommer Nielsen) 2009/6/19 Rasmus Lerdorf : > Guys and gals, in the old days we had a very close tie between the code > and the documentation. =A0As the project has grown the two have drifted > apart. =A0I think this is mostly because the phpdoc team has done an > amazing job keeping up with the code changes and writing awesome > documentation. =A0This has made us a bit lazy and complacent. > > I would like to encourage everyone on this list to spend a little bit of > time looking at the parts of the documentation that cover things you are > familiar with. =A0Or even just going through some of the doc bugs and > helping out in general. > I just committed the initial migration guide for 5.3.0: http://news.php.net/php.doc.cvs/4177 Its still very raw and basiclly just a convertion of the UPGRADING file into docbook xml, if anyone find any missing things, or other changes then let them be committed so its ready for the gold release :) > > Personally I am going to try to make one doc commit per day for the next > little while. > > -Rasmus > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 regrads, Kalle Sommer Nielsen kalle@php.net