Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53303 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35512 invoked from network); 16 Jun 2011 05:49:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2011 05:49:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=Pascal.Courtois@nouvo.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=Pascal.Courtois@nouvo.com; 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:48066] helo=parthenis.mjtv-online.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/64-24246-C4999FD4 for ; Thu, 16 Jun 2011 01:49:00 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by parthenis.mjtv-online.com (Postfix) with ESMTP id 6BAA9FC099 for ; Thu, 16 Jun 2011 07:48:57 +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 X0qYxs658P85 for ; Thu, 16 Jun 2011 07:48:55 +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 ; Thu, 16 Jun 2011 07:48:55 +0200 (CEST) Message-ID: <4DF99949.1070601@nouvo.com> Date: Thu, 16 Jun 2011 07:48:57 +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 Developers Mailing List References: <8757232E56758B42B2EE4F9D2CA019C9014CE547@US-EX2.zend.net> <8757232E56758B42B2EE4F9D2CA019C9014D10DC@US-EX2.zend.net> <4DF9913B.4030404@nouvo.com> <4DF99368.2040508@sugarcrm.com> In-Reply-To: <4DF99368.2040508@sugarcrm.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Give the Language a Rest motion (fwd) From: Pascal.Courtois@nouvo.com (Pascal COURTOIS) Le 16/06/2011 07:23, Stas Malyshev a écrit : > Hi! > >> On every PHP project I work on I had to find workarounds because >> PHP crashes. Behaviour bugs (feature not working as intended) are >> annoying but memory leaks and memory corruptions are just a no no >> no in production environment. The only way > > A key to fixing memory corruption is providing good bug reports - > with backtraces, valgrind reports, etc. If you have such reports and > nothing happens to them - you may want to try to raise the profile of > bug reports that are bothering you by mentioning them on the list and > calling for volonteers to fix them. Usually if bug is in frequently > used module and reproduceable, there would be somebody who can fix > it. what I did every single time. Among all my bug reports I had one answer from decoder-php@own-hero.net (thanks to him) who reduced the test case for a memory leak (bug 54460). I'm not talking about bugs in modules but bugs in *core* which can be reproduced with few lines of *core* PHP. >> What I need is a very stable language on which I can rely and I'm >> very sad to to say PHP is getting worse and worse on that point of >> view versions after versions. > > I can not contradict your experience, it is what it is, but my > experience for years working with PHP was exactly the opposite. To tell you the truth, I've been asked to rewrite the framework I did in Ruby because of these problems. I'm of course very reluctant to go that way but in the end I may have no choice :-(