Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44221 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50686 invoked from network); 10 Jun 2009 16:23:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2009 16:23:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 83.243.58.134 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:34048] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/75-50806-D1EDF2A4 for ; Wed, 10 Jun 2009 12:23:58 -0400 Received: (qmail 11763 invoked by uid 89); 10 Jun 2009 16:55:58 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@93.104.117.198) by mailout2.netbeat.de with ESMTPA; 10 Jun 2009 16:55:58 -0000 To: Tom Boutell Cc: internals@lists.php.net In-Reply-To: References: Content-Type: text/plain Date: Wed, 10 Jun 2009 18:23:52 +0200 Message-ID: <1244651032.6252.118.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.3.0 From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2009-06-10 at 10:59 -0400, Tom Boutell wrote: > Thanks to all for their hard work on this release. > > Will the cycle-breaking garbage collector be turned on as the > compiled-in default and the recommended php.ini default? Such a thing won't be changed silently before releasing, so you could try and see ;-) $ php -in | grep zend.enable_gc zend.enable_gc => On => On johannes