Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52198 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89269 invoked from network); 10 May 2011 06:07:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2011 06:07:28 -0000 Authentication-Results: pb1.pair.com header.from=Pascal.Courtois@nouvo.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=Pascal.Courtois@nouvo.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nouvo.com from 213.186.62.62 cause and error) X-PHP-List-Original-Sender: Pascal.Courtois@nouvo.com X-Host-Fingerprint: 213.186.62.62 ks31594.kimsufi.com Received: from [213.186.62.62] ([213.186.62.62:41663] helo=parthenis.mjtv-online.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/3B-14908-E16D8CD4 for ; Tue, 10 May 2011 02:07:27 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by parthenis.mjtv-online.com (Postfix) with ESMTP id B7FFDFC0A0 for ; Tue, 10 May 2011 08:07:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mjtv-online.com Received: from parthenis.mjtv-online.com ([127.0.0.1]) by localhost (ks31594.kimsufi.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nQV2Cka7SCoY for ; Tue, 10 May 2011 08:07:22 +0200 (CEST) Received: from [192.168.0.205] (lns-bzn-47f-62-147-131-15.adsl.proxad.net [62.147.131.15]) by parthenis.mjtv-online.com (Postfix) with ESMTPA for ; Tue, 10 May 2011 08:07:22 +0200 (CEST) Message-ID: <4DC8D619.8000809@nouvo.com> Date: Tue, 10 May 2011 08:07:21 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: PHP Internals References: <4DC826B1.4090806@lerdorf.com> <4DC82A36.8090604@lerdorf.com> <4DC83401.2090202@sugarcrm.com> <4DC8D122.3050507@lsces.co.uk> In-Reply-To: <4DC8D122.3050507@lsces.co.uk> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] annotations again From: Pascal.Courtois@nouvo.com (Pascal COURTOIS) Le 10/05/2011 07:46, Lester Caine a écrit : > The existing tools had been working well, but nowadays things are simply becoming a mess ... > I agree. Why not fixing the several hundreds of bugs in PHP before just even thinking about adding new features ??? I much respect people using my programs thus for my projects I just forbid myself to release any new version which is not bug free as far as I know. It's getting harder and harder to make my php programs work because of memory leaks/corruptions :-( YMMV