Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26262 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95602 invoked by uid 1010); 26 Oct 2006 01:08:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95587 invoked from network); 26 Oct 2006 01:08:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Oct 2006 01:08:42 -0000 Authentication-Results: pb1.pair.com header.from=kingwez@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=kingwez@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.235 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 66.249.82.235 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.235] ([66.249.82.235:35031] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/01-18217-A9A00454 for ; Wed, 25 Oct 2006 21:08:42 -0400 Received: by wx-out-0506.google.com with SMTP id s18so322852wxc for ; Wed, 25 Oct 2006 18:08:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cKZs271+R7N51CfQNrXzXAk07AtP9G5iK6Z4w0eNtjicFqdXzWMYTEcQlHzr21XSpts8If4CdQAiQOJQassQVXxdv4EdpAT77PFEfqgUpU7Pesegpn+N20L6FMiDcKfVhm5IfEGPZfUCeg2i4QjrxEepo+1oVDysgwDwrTN6uXw= Received: by 10.90.54.20 with SMTP id c20mr966625aga; Wed, 25 Oct 2006 18:08:39 -0700 (PDT) Received: by 10.90.101.11 with HTTP; Wed, 25 Oct 2006 18:08:39 -0700 (PDT) Message-ID: <4e89b4260610251808q6fbfa18dmb9ed7e92aa16927e@mail.gmail.com> Date: Wed, 25 Oct 2006 21:08:39 -0400 To: php-dev MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ext/openssl copied to pecl/openssl From: kingwez@gmail.com ("Wez Furlong") Just a heads up: Both Pierre and myself have some bits and pieces that we'd like to do to the openssl extension separate from the main source tree, pushing releases via pecl, so I copied ext/openssl to pecl/openssl on the cvs server. These two areas are not symlinked because we want them to be isolated from each other during development. --Wez.