Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38550 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67589 invoked from network); 23 Jun 2008 17:21:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2008 17:21:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.171 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.171 ug-out-1314.google.com Received: from [66.249.92.171] ([66.249.92.171:28831] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/0E-03212-1BBDF584 for ; Mon, 23 Jun 2008 13:21:54 -0400 Received: by ug-out-1314.google.com with SMTP id h3so452840ugf.29 for ; Mon, 23 Jun 2008 10:21:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=D5j/2ttJnRo3WC5wsr8tdKxqhgC9WqcVmje5W1OAT9g=; b=KpVrllMVn1rQ8yuSrCbvFKI+y37yI1OE1WncrhkUEqTF7+1rFVTrNVtJjShnV8drc1 jt5DACASGUSuGvMSZqQWNByV63OnTqgUXOKqgtcPn9hKgi5FfYC0ft16hi+dAdAEpNF0 3A2e5bSfDEV2qrtIPiGxW9SH3Xrh76Qv3bsaU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=lyMWEKH4h7vx6iR4lHWfRsc3AXKAlXpZoE9K5mamxAOQF0Gd8sdtEo4PYWhUyvWIBK BQF55LCYuwBZOJIBiRd7RlTAiBmTufUhAnkVvRDgEAmzVL2A5CRscs0LDF0Ga3ZGXEDO Xy0nFcITtFM2yew+SBfGcjDIuj+439/S24UKk= Received: by 10.67.94.10 with SMTP id w10mr2405689ugl.41.1214241710793; Mon, 23 Jun 2008 10:21:50 -0700 (PDT) Received: by 10.66.245.3 with HTTP; Mon, 23 Jun 2008 10:21:50 -0700 (PDT) Message-ID: Date: Mon, 23 Jun 2008 19:21:50 +0200 To: "Steph Fox" Cc: "Greg Beaver" , "Marcus Boerger" , internals In-Reply-To: <022701c8d555$84aa7840$4401a8c0@foxbox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <028a01c8d4a7$18dd4380$4401a8c0@foxbox> <008601c8d524$41184e30$4401a8c0@foxbox> <017401c8d53e$de2a9380$4401a8c0@foxbox> <01b401c8d548$0c0e1430$4401a8c0@foxbox> <022701c8d555$84aa7840$4401a8c0@foxbox> Subject: Re: [PHP-DEV] OpenSSL and Phar From: pierre.php@gmail.com ("Pierre Joye") On Mon, Jun 23, 2008 at 7:21 PM, Steph Fox wrote: > >> if (!PHAR_G(has_zlib)) ... > > Pierre, you'd still need to test for them at runtime whether they were > listed as a soft dependency or not! No, not if they are not soft dependencies, this is what is done in 99% of the php exts (from an user pov, it will be the same yes). -- Pierre http://blog.thepimp.net | http://www.libgd.org