Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26583 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80163 invoked by uid 1010); 14 Nov 2006 21:53:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80148 invoked from network); 14 Nov 2006 21:53:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2006 21:53:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:12745] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/D1-02763-6DA3A554 for ; Tue, 14 Nov 2006 16:53:27 -0500 Received: (qmail 10602 invoked from network); 14 Nov 2006 21:51:58 -0000 Received: from office.zend.office (HELO ?127.0.0.1?) (192.168.16.109) by internal.zend.office with SMTP; 14 Nov 2006 21:51:58 -0000 Message-ID: <455A3AD6.4050305@zend.com> Date: Tue, 14 Nov 2006 13:53:26 -0800 Organization: Zend Technologies User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Marcus Boerger CC: Dmitry Stogov , internals@lists.php.net, Andi Gutmans References: <000c01c707d9$89673ad0$6e02a8c0@thinkpad> <684989330.20061114211523@marcus-boerger.de> In-Reply-To: <684989330.20061114211523@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] cgi.check_shebang_line default value From: stas@zend.com (Stanislav Malyshev) > i thought we were avoiding new inisettings. And also having a new INI > option takes some time. So is the result really faster? Saves FS access per request. New INI cost is minimal. Now, I think avoiding INI makes most sense for INIs that change app behavior. This INI changes almost nothing except for allowing you to make things faster by removing check you don't use or alternatively enable check for some legacy script which uses #! where it really has no meaning but it always worked that way. -- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/