Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32254 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41234 invoked by uid 1010); 11 Sep 2007 14:46:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41218 invoked from network); 11 Sep 2007 14:46:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2007 14:46:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.234 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 66.249.82.234 wx-out-0506.google.com Received: from [66.249.82.234] ([66.249.82.234:52939] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/31-33962-E3AA6E64 for ; Tue, 11 Sep 2007 10:46:22 -0400 Received: by wx-out-0506.google.com with SMTP id i30so1571311wxd for ; Tue, 11 Sep 2007 07:46:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=u11HRDoAgK6oyXPwqV2jmXTpq/cSK/Z2C/EBg0Br398=; b=bcFFKahSvpgnpMcSx4PBeeT34Z5be0FWsqLqXEr0K7ZWJxR+aUrzLM2fR+hMxcTd0xiTpCat7AK7KS4DCNS8mfqhiEj1ed9u0iL0NEoGtgTGWYD7ontZEaJXTZ0DaP1wpr2nGh1G1b/OJ1gnkmP6RCULBuVxPx+HbI4+3yd44h4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o/b7R4fYMvtk5hYA0u5pF7OASjfIBcmGT9CFHS4sHNNHcTDEkBul3ZQkqUwk7E7cHne9f0ooVWPH40KIeSv5HJ177zxhuStJXdcfoKXovgPmdh7/USeBa/x1+zmhHuA55XaWOAdfpNlbJfvKz84pfsEqbeH0LfmuN4c5D9bVX5A= Received: by 10.90.70.10 with SMTP id s10mr1326941aga.1189521979618; Tue, 11 Sep 2007 07:46:19 -0700 (PDT) Received: by 10.90.90.17 with HTTP; Tue, 11 Sep 2007 07:46:19 -0700 (PDT) Message-ID: Date: Tue, 11 Sep 2007 18:46:19 +0400 To: BuildSmart Cc: "Gregory Beaver" , "Marcus Boerger" , "Andi Gutmans" , "David Coallier" , "PHP Developers Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> <698DE66518E7CA45812BD18E807866CEA2AE65@us-ex1.zend.net> <698DE66518E7CA45812BD18E807866CEA2AF4D@us-ex1.zend.net> <46E622F6.5000208@chiaraquartet.net> <698DE66518E7CA45812BD18E807866CEA2AF58@us-ex1.zend.net> <639782303.20070911114250@marcus-boerger.de> <65B25E48-CB2F-44E2-BB08-6D3C82E9FC53@daleenterprise.com> <46E69EF8.8000704@chiaraquartet.net> Subject: Re: [PHP-DEV] RE: Why not jar for phar? (was Re: [PHP-DEV] PHAR was PHP 5.3 Suggested Feature List) From: indeyets@gmail.com ("Alexey Zakhlestin") On 9/11/07, BuildSmart wrote: > > It might seem trivial to others because you're not reading the source > > correctly. SPL is not disabled when phar is enabled. > > doesn't the following mean it's disabled or am I interpreting it wrong? > PHP_ADD_EXTENSION_DEP(phar, spl, false) nope. it means, that "phar" depends on "spl" and this dependency is not optional -- Alexey Zakhlestin http://blog.milkfarmsoft.com/