Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49249 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37431 invoked from network); 10 Aug 2010 09:47:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2010 09:47:21 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 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.216.170 mail-qy0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:39016] helo=mail-qy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/74-14965-820216C4 for ; Tue, 10 Aug 2010 05:47:21 -0400 Received: by qyk36 with SMTP id 36so2906538qyk.8 for ; Tue, 10 Aug 2010 02:47:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=MtZM0S/CD7vJQHQET2gyrOgSRKkfrsjzTTv/38XSCBU=; b=VImxpEUtaT62qnqdCA8/aDIFx5jTwHrz0bf8S2yKljC/oXN7i0SHCb5wa0NoGilazG OEECAhLmx0WqBDylbd6E7xtypxAQ3EU0882dvZlBd+spvxd087a1Kj3hTqIPhbz74O9Y rbKP7DshjHuNvIgWR7SoEOD7La787U/ESawSw= 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; b=RmT6BMmAybk9rUkd5bCbXIU8dwittANCfLCx9v9tJQaTsxdslm1UQUKAtBLekN5dip Xp1KtvEiUDnLG/cj9/3ONSB5EssV50yRCvDZVJn6XY78JF3ZNelDcrn3YTi0zPBYxGrx qiBvDXWeJ1oW0MkSfpxmVavup8rX29ON1z6aU= MIME-Version: 1.0 Received: by 10.229.240.4 with SMTP id ky4mr8126668qcb.104.1281433638562; Tue, 10 Aug 2010 02:47:18 -0700 (PDT) Received: by 10.229.182.146 with HTTP; Tue, 10 Aug 2010 02:47:18 -0700 (PDT) In-Reply-To: <4C611E19.4060505@rateu.de> References: <1281429940.969.2093.camel@guybrush> <4C611E19.4060505@rateu.de> Date: Tue, 10 Aug 2010 11:47:18 +0200 Message-ID: To: Matti Bickel Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] 5.4 Alpha? From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Aug 10, 2010 at 11:38, Matti Bickel wrote: > > As an PHP developer: Providing manuals based on version sounds like a > good idea. But I'm not sure about the amount of additional work involved > and the willingness of docs contributors to do this.. Thats a heckofamore work then we have man power for. The manual have explicit inline notes about every change, and features only available in certain versions are clearly noted. I really don't see the usecase for version specific manuals - you should be aware of the changes, past and future, so you can make up your own mind on which version your application should run - and be able to write future compatible code. -Hannes