Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38568 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85750 invoked from network); 24 Jun 2008 09:57:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2008 09:57:42 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad 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 66.249.92.174 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.174 ug-out-1314.google.com Received: from [66.249.92.174] ([66.249.92.174:21928] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/90-17106-515C0684 for ; Tue, 24 Jun 2008 05:57:41 -0400 Received: by ug-out-1314.google.com with SMTP id h3so579315ugf.29 for ; Tue, 24 Jun 2008 02:57:38 -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=lK4I978/qNhyt6avarpbj/xwU7QG0eH5Pv5Q4Cthg4I=; b=ETNh6qHG4mD/EoEmc3h8SRahCNjYLx3pKYcv2xwL9gRgVygucVwL1w7tqpMioFH1ib bz4bprJ999k4my0m3V1Nwqw642Fv1eVLssZ6ieVHAbsZQpIx56Tazp9s3Pah9FaPcaVm 3mSdO/vITh3r00voWknlhkkdgGf2uSah/gIrY= 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=wBuc5w16piKf9ushcgXVbxeEDW+ZGyOcM8vLDrb1fsMFwA8iyVxifmJ8wDFoVl9w3C EOoxw7eZGyMM485r/Ddg6cSJkRzVZexHYMbhkJxaINNclNCJCg5jSQhFUyTqJVxPZ5Pe pFoOtY27tdY6wQB2KuoXh5yv8FBICVUnXkkyU= Received: by 10.66.219.3 with SMTP id r3mr3176643ugg.15.1214301458520; Tue, 24 Jun 2008 02:57:38 -0700 (PDT) Received: by 10.66.245.3 with HTTP; Tue, 24 Jun 2008 02:57:38 -0700 (PDT) Message-ID: Date: Tue, 24 Jun 2008 11:57:38 +0200 To: "Greg Beaver" Cc: "Steph Fox" , "Marcus Boerger" , internals In-Reply-To: <486043CF.6030103@chiaraquartet.net> 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> <486043CF.6030103@chiaraquartet.net> Subject: Re: [PHP-DEV] OpenSSL and Phar From: pierre.php@gmail.com ("Pierre Joye") On Tue, Jun 24, 2008 at 2:46 AM, Greg Beaver wrote: > I must be going crazy. Is there an actual problem that needs solving? > You're saying that a user who improperly installs php_openssl.dll (i.e. > does not follow instructions and set up ssleay.dll and libeay.dll) should > magically be able to use phar with openssl? Why? You are not going crazy, I was asking the same in my very first reply. The only thing I like to see in config.w32 (and config.m4 too if possible) is the dependencies definition. As it has no impact at runtime (as you explained), it can be used at configure and build time to check than the right extension or libraries are used. Or at least, to notify the user than running configure with --disable-all --enable-phar is not enough to give bz2, zlib or ssl support. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org