Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56284 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36056 invoked from network); 11 Nov 2011 19:36:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2011 19:36:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=will.fitch@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=will.fitch@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: will.fitch@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:46299] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/05-09898-7297DBE4 for ; Fri, 11 Nov 2011 14:36:08 -0500 Received: by vwl1 with SMTP id 1so4119135vwl.29 for ; Fri, 11 Nov 2011 11:36:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=SrEOm8PlG8nHRDnyvv0VyLBGpDrpmxJYufswWQaXER8=; b=FgMQk64BsM9pYAbt/yi6+9lC/hPG23yQrm1rk24VtWa40LL+b0DUAvyoCbwhCedv5V 2TRlOij9VepumJOCLAwggIKYutnlRZWxUySNVEBNpKfvwfv3AbfL3hZlz4nAjPFsDBJa yxTmV/GeRsPL1FH0NDrvX/umleGna93v3Oc+k= Received: by 10.52.36.109 with SMTP id p13mr23147111vdj.59.1321040165142; Fri, 11 Nov 2011 11:36:05 -0800 (PST) Received: from [192.168.1.68] ([68.64.144.221]) by mx.google.com with ESMTPS id p2sm18336940vdi.22.2011.11.11.11.36.03 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Nov 2011 11:36:04 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii In-Reply-To: <1321039948-sup-7799@ezyang> Date: Fri, 11 Nov 2011 14:36:02 -0500 Cc: Christopher Jones , internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <1320740449-sup-5688@ezyang> <4EB8EAF1.3040104@lerdorf.com> <1320981061-sup-2803@ezyang> <4EBD775E.9040803@oracle.com> <1321039948-sup-7799@ezyang> To: "Edward Z. Yang" X-Mailer: Apple Mail (2.1251.1) Subject: Re: [PHP-DEV] Load extensions for .user.ini files From: will.fitch@gmail.com (Will Fitch) You should always tie a patch to a bug/feature request. Need to = know/remember why the patch was applied in the first place. On Nov 11, 2011, at 2:32 PM, Edward Z. Yang wrote: > Well, I'm kind of hoping this patch will go in, so we don't have to = bother > with a bug. I can if you really want me to. >=20 > Cheers, > Edward >=20 > Excerpts from Christopher Jones's message of Fri Nov 11 14:28:30 -0500 = 2011: >>=20 >> On 11/10/2011 07:14 PM, Edward Z. Yang wrote: >>=20 >>> The change to zlist_clean is necessary because otherwise = extension_lists can't >>> be reused for the second round of extension appliations (since the = head and >>> tail pointers have garbage in them). You should probably take that = fix regardless >>> of what you think of the feature change. >>=20 >> What about logging a bug for that specific change so it doesn't get = lost, and so >> it can be tracked? >>=20 >> Chris >>=20 >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20