Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43018 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50467 invoked from network); 12 Feb 2009 16:40:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2009 16:40:15 -0000 Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.167 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.167 smtprelay-virgin0167.hostedemail.com Received: from [64.99.136.167] ([64.99.136.167:59085] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/54-28940-FE054994 for ; Thu, 12 Feb 2009 11:40:15 -0500 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay07.hostedemail.com (Postfix) with SMTP id 5D44BAB2303; Thu, 12 Feb 2009 16:40:12 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,168c2b6fe944fa30,691ff1dea13fdf9b,steph@php.net,mls@pooteeweet.org:hannes.magnusson@gmail.com:pierre.php@gmail.com:kenashkov@gmail.com:internals@lists.php.net,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1540:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2828:2902:3027:3352:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:3876:3877:5007:6114:6119:6261:7653:7875:7903:8501,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Received: from foxbox (77-100-159-145.cable.ubr07.shef.blueyonder.co.uk [77.100.159.145]) (Authenticated sender: steph.fox) by omf12.hostedemail.com (Postfix) with ESMTP; Thu, 12 Feb 2009 16:40:11 +0000 (UTC) Message-ID: <005c01c98d30$edb1f820$919f644d@foxbox> To: "Lukas Kahwe Smith" , "Hannes Magnusson" Cc: "Pierre Joye" , "Vesselin Kenashkov" , "PHP Internals List" References: <53C9D049-8C10-48F2-8312-C8A81D2B5990@pooteeweet.org> <00a601c98c7b$4ed5a4a0$919f644d@foxbox> <7f3ed2c30902111113q364b4094q22c71c1046a984a6@mail.gmail.com> <00c301c98c7d$da9cce80$919f644d@foxbox> <00d401c98c7e$a92bfcd0$919f644d@foxbox> <261daaa10902111131u61ad7ec9s9257a45e1e11f086@mail.gmail.com> <00ec01c98c81$2696b2d0$919f644d@foxbox> <00f501c98c82$b8c560b0$919f644d@foxbox> <7f3ed2c30902111420n56ecd4cbl5f95b2e2e511de6@mail.gmail.com> <6836D93C-CB43-4E15-9ABA-C479FBCCA035@pooteeweet.org> Date: Thu, 12 Feb 2009 16:42:41 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-session-marker: 73746570682E666F78 Subject: Re: [PHP-DEV] 5.3 todos From: steph@php.net ("Steph Fox") > So in summary, I feel the key point for this document is: > - a single document that lists all changes > - contains pointers that enables someone to look up more details in the > documentation > - enables people who get new "strange" error messages to find pointers > towards the documentation > - some lengthier migration related explanations that go beyond what we > want to provide in the documentation Right. That isn't what ever happened before 5.2. Up til then it was simply somewhere you could look to get an overview of changes *that would affect existing code*. Hence the name of the file. See, I _knew_ we were looking at completely different things..! How's about a short, sane version in the src and an extended bells-and-whistles version for the manual? With a link provided in the src version to the extended version. - Steph