Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56283 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34616 invoked from network); 11 Nov 2011 19:32:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2011 19:32:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=ezyang@mit.edu; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ezyang@MIT.EDU; sender-id=pass Received-SPF: pass (pb1.pair.com: domain mit.edu designates 18.9.25.12 as permitted sender) X-PHP-List-Original-Sender: ezyang@mit.edu X-Host-Fingerprint: 18.9.25.12 DMZ-MAILSEC-SCANNER-1.MIT.EDU Linux 2.6 Received: from [18.9.25.12] ([18.9.25.12:45588] helo=dmz-mailsec-scanner-1.mit.edu) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/B4-09898-9687DBE4 for ; Fri, 11 Nov 2011 14:32:58 -0500 X-AuditID: 1209190c-b7f806d0000008d6-46-4ebd7867adb9 Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) by dmz-mailsec-scanner-1.mit.edu (Symantec Messaging Gateway) with SMTP id 98.08.02262.7687DBE4; Fri, 11 Nov 2011 14:32:55 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id pABJWsGr003346; Fri, 11 Nov 2011 14:32:55 -0500 Received: from localhost (EZYANG.MIT.EDU [18.243.1.50]) (authenticated bits=0) (User authenticated as ezyang@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id pABJWrJq013627; Fri, 11 Nov 2011 14:32:54 -0500 (EST) Content-Type: text/plain; charset=UTF-8 Cc: internals To: Christopher Jones In-reply-to: <4EBD775E.9040803@oracle.com> References: <1320740449-sup-5688@ezyang> <4EB8EAF1.3040104@lerdorf.com> <1320981061-sup-2803@ezyang> <4EBD775E.9040803@oracle.com> Date: Fri, 11 Nov 2011 14:32:52 -0500 Message-ID: <1321039948-sup-7799@ezyang> User-Agent: Sup/git Content-Transfer-Encoding: 8bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrBIsWRmVeSWpSXmKPExsUixCmqrJtesdfPYPJsQYu3Z18wWhx4u43N gcnjybo1LB4fn95iCWCK4rJJSc3JLEst0rdL4MqYdv4Ze8F+1ormj1eYGhgXsHQxcnBICJhI LDkm2sXICWSKSVy4t56ti5GLQ0hgH6PE++dLoZwNjBJHji9ihXA+M0qc27MYrJtZQF1i/Twh kG4Q81p3JyuILSxgJbHm/AtmEJsNKP7o2FOwuAjQsmfHHrGA2JwCWhLzZ7ZBzWxilDg97QRQ gp2DRUBVoicbpIRXQEPiz9pJjCC2qICwxJMjzcwQq+QlmrfOZp7AKDAL4YhZSDILGJlWMcqm 5Fbp5iZm5hSnJusWJyfm5aUW6Rrq5WaW6KWmlG5iBIeiJM8OxjcHlQ4xCnAwKvHw/kjZ6yfE mlhWXJl7iFGSg0lJlJexFCjEl5SfUpmRWJwRX1Sak1p8iFGCg1lJhHeKOVCONyWxsiq1KB8m Jc3BoiTOe3CHg5+QQHpiSWp2ampBahFMVp2DQ2Dlx9WsUix5+XmpShK808uBZggWpaanVqRl 5pQgVDJxcILs4QHaMw2khre4IDG3ODMdIn+KUVFKnHcBSEIAJJFRmgfXC0sgrxjFgb4Shmjn ASYfuO5XQIOZgAazKIANLklESEk1MEavEN5ouOlJsZSfKOcNU+Wwzkdh9Xn1yZuOV3Hv+Xfq ViPPgv+O62232cV7eX2Qnd2aMdE0X9vs0WEmtZvHPsQfWxV5yiXigqAvV0L5Rp5b+yfsyP7W UCPnsYj/Z9Djb/d+F0zwnr4/+MquxMfPn91XnvXkpvGShYqyfzrXW+sz20U8rw3a26HEUpyR aKjFXFScCABIbBBa+wIAAA== Subject: Re: [PHP-DEV] Load extensions for .user.ini files From: ezyang@MIT.EDU ("Edward Z. Yang") 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. Cheers, Edward Excerpts from Christopher Jones's message of Fri Nov 11 14:28:30 -0500 2011: > > On 11/10/2011 07:14 PM, Edward Z. Yang wrote: > > > 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. > > What about logging a bug for that specific change so it doesn't get lost, and so > it can be tracked? > > Chris >