Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33622 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10858 invoked by uid 1010); 4 Dec 2007 03:00:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10828 invoked from network); 4 Dec 2007 03:00:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2007 03:00:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.187 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 209.85.198.187 rv-out-0910.google.com Received: from [209.85.198.187] ([209.85.198.187:18672] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/F6-52978-EC2C4574 for ; Mon, 03 Dec 2007 22:00:41 -0500 Received: by rv-out-0910.google.com with SMTP id k15so3218686rvb for ; Mon, 03 Dec 2007 19:00:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=J6G12I29XYKgmrDk79gg3fHcTw9j72QM9I0kvbOzZiw=; b=Wx0bNzCqmZaI0tpBUXrDT/6U46h6+bIAfAFjfymMmxK9gMyjauIccaRL6ief5FcPVpJJWPmqQiJ7UTFanBZ6SLqz6Eb+ev5RCRnXM63zsfHTQonsA0U6Xh9ER6IVKEPljEKHJCntKTfg3FGyILfUE5KwLsSFAy/o7Mcs2oNV1HY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WtoktyaiPvMTv6TqC5U764Ecu1FRQLINiojicH1P8z4Q6wO738njFvfcnVXHxgRFqi7nEBneeLnDTjjBfW1iubA5AkZjYMGPyeQUX6HZ0Qn1rYdHkzO9d4QVsARQTh2N3ZcTLEgQPFzktPm2qTkTC6UMcD8toYzggxW7/iQFCsM= Received: by 10.142.128.6 with SMTP id a6mr12840wfd.1196737218430; Mon, 03 Dec 2007 19:00:18 -0800 (PST) Received: by 10.143.12.2 with HTTP; Mon, 3 Dec 2007 19:00:18 -0800 (PST) Message-ID: <7d5a202f0712031900i386f8964s675da26cc93af3fe@mail.gmail.com> Date: Tue, 4 Dec 2007 00:00:18 -0300 To: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <698DE66518E7CA45812BD18E807866CEF88FDD@us-ex1.zend.net> Subject: Re: [PHP-DEV] Garbage collector patch From: judas.iscariote@gmail.com ("Cristian Rodriguez") 2007/12/3, Ilia Alshanetsky : > I think the patch does have a value, yes, it does, what worries me is the introduction of yet another non-sense ini setting that modified the very engine behaviuor.. I think we all agree that there are way too many of those do we ? . My > suggestion is that we make this feature a compile time flag. My suggestion is not to add any compile time flag, either provide it or dont. > and people who feel that their applications warrant a > garbage collector can enable it for their install and at the same time > those who don't (general case) have no penalties of having it in place. People more commonly uses PHP from distributors, in binary form.. they dont usually decide what is enabled or not, so you have to either reccommend this feature or mark it clearly as untrusted, experimental. such switches only add more complexity, confusion for users and addtional trouble to distributors. my 2CLP. -- http://www.kissofjudas.net/