Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61849 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6952 invoked from network); 28 Jul 2012 06:20:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2012 06:20:55 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:45710] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/B2-23870-6C483105 for ; Sat, 28 Jul 2012 02:20:55 -0400 Received: by yhoo21 with SMTP id o21so4503136yho.29 for ; Fri, 27 Jul 2012 23:20:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=j+qKU1QOUU9m6eORLFbwcfKSS7y1nVYDzFAoiF3qwjM=; b=cUl6wf/qnJmqzdpli30P6Sts0YrNWekEO7RJWIh1ijJUPCw4c/NYxOMk37MHtPX5Et GXEa596hVqGbqqsKqJ850KKBKuLN32SVbQ3JgdQC+QYTaJ4xorDk6qqmC7ar+oTAGwf+ zlMg83zJAkmhwOQA9rqeU8yosnPzQR69lTfY+kxOZkidLjFjP0/4yOuBp7yZ49k+TsAT GjcCrYOoSxRT6w9PkNbuEt3E9RJG2OGwZwqsh+aRWagdpuhpO1uvK7XviDoCUHuxqpCT JvTqK9YFid6Y8VhICxmjnbsc28G4PKp282tZqfjBrZXlOa+bwcQ0qMGyUKiTGYuJJQK+ SNfg== MIME-Version: 1.0 Received: by 10.66.78.196 with SMTP id d4mr10165064pax.76.1343456451978; Fri, 27 Jul 2012 23:20:51 -0700 (PDT) Received: by 10.68.5.2 with HTTP; Fri, 27 Jul 2012 23:20:51 -0700 (PDT) In-Reply-To: <1343429825-12031-1-git-send-email-ezyang@mit.edu> References: <1343429825-12031-1-git-send-email-ezyang@mit.edu> Date: Sat, 28 Jul 2012 08:20:51 +0200 Message-ID: To: "Edward Z. Yang" Cc: internals@lists.php.net, rasmus@lerdorf.com Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [PATCH] Enable extension loading from .user.ini when run as CGI. From: pierre.php@gmail.com (Pierre Joye) Hi Edward, On Sat, Jul 28, 2012 at 12:57 AM, Edward Z. Yang wrote: > From: "Edward Z. Yang" > > Functionality is not included for other SAPIs because they either do not > support .user.ini (e.g. CLI) or they serve multiple requests and thus > do not support dl() (e.g. FastCGI). dl has been disabled in FastCGI and other web SAPIs for a reason, it is not working well and brings php to instability. I do not think adding this to .user.ini will be any better. > There is also a bugfix to invoke zlist_clean, to ensure extension_lists can be > reused for the second round of extension appliations (since the head and tail > pointers have garbage in them). Can you create a patch only for this bug fix please? Ideally a bug report + patch or pull request :-) Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org