Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39886 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87733 invoked from network); 12 Aug 2008 15:47:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2008 15:47:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@phparch.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@phparch.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phparch.com from 64.99.136.189 cause and error) X-PHP-List-Original-Sender: steph@phparch.com X-Host-Fingerprint: 64.99.136.189 smtprelay-virgin0189.hostedemail.com Linux 2.5 (sometimes 2.4) (4) Received: from [64.99.136.189] ([64.99.136.189:56219] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/94-04075-BA0B1A84 for ; Tue, 12 Aug 2008 11:47:56 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay07.hostedemail.com (Postfix) with SMTP id A2AE5278CBA; Tue, 12 Aug 2008 15:47:52 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,f444cfc6b2e09c86,609143606a5ea973,steph@phparch.com,,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:1541:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2379:2393:2553:2559:2562:2828:2890:2901:3027:3311:3354:3622:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:4042:4250:5007:6119:6261:7875:7901:7903:8660,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none X-session-marker: 73746570682E666F78 Received: from foxbox (host86-130-69-41.range86-130.btcentralplus.com [86.130.69.41]) (Authenticated sender: steph.fox) by omf12.hostedemail.com (Postfix) with ESMTP; Tue, 12 Aug 2008 15:47:51 +0000 (UTC) Message-ID: <020201c8fc92$f95d86a0$4501a8c0@foxbox> Reply-To: "Steph Fox" To: "Antony Dovgal" Cc: "Pierre Joye" , "php-dev" References: <4892E15D.1080004@daylessday.org> <48A19D61.6080502@daylessday.org> <48A1A631.20506@daylessday.org> <01da01c8fc8d$d3249f00$4501a8c0@foxbox> <48A1ABFA.6080701@daylessday.org> Date: Tue, 12 Aug 2008 16:49:13 +0100 Organization: php|architect 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 Subject: Re: [PHP-DEV] enabling everything by default From: steph@phparch.com ("Steph Fox") Hi Tony, > Not sure what you meant here, but I've been informed about it about 1 hour > ago. Sorry - it was assigned to you, so I assumed you were aware it was actually a Phar bug. My bad, I didn't reflect on just how many bugs are assigned to you. > Surely asking "how many bugs are left" is quite useless, there is bug DB > search, there should be some test facilities. Greg at that point had limited inet access, hence the question. I did a bug DB search... but that particular bug showed up as Apache2, ie it never came up in my search results. In fact there were *no* open Phar bugs. > See, I personally keep my extensions in alpha-beta status for quite a long > time just to make sure they're mature enough to be called "stable". We've had two alphas and a beta release between March and now, and another beta release is planned in PECL shortly. (In fact I had hoped it would be this week, since Greg's now able to communicate again.) I think 5 months is a reasonable length of time for an extension to be in alpha-beta, personally. > At this moment I don't see any reasons to call ext/phar "stable", > therefore it should not be enabled by default. PHP_5_3 is also not called "stable" at this point. It'd be a different matter if it were. Especially taking into account its complexity and the fact > that it "intercepts" core functions, which potentially may break > everything, not just phar_*() functions. Dmitry altered the logic in function interception a few weeks ago, which is precisely why it needs thorough testing now. > This is not an attack on ext/phar as somebody might have thought, I just > don't want to see yet another release fail. Understood. But, I don't think any of us want to see that. - Steph