Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31351 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3092 invoked by uid 1010); 1 Aug 2007 09:41:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3077 invoked from network); 1 Aug 2007 09:41:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2007 09:41:51 -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 209.85.198.187 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: 209.85.198.187 rv-out-0910.google.com Received: from [209.85.198.187] ([209.85.198.187:14788] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/67-39533-F5550B64 for ; Wed, 01 Aug 2007 05:41:51 -0400 Received: by rv-out-0910.google.com with SMTP id g11so118144rvb for ; Wed, 01 Aug 2007 02:41:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; 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; b=aLO66lmjAAwP2HZ0FyMEcGQLUC3EOG5uiITY7oRuoLjl3oWD+Wr3npO1h1iC3+ssT4L3S2W0MdYBOwjM9tSa2rXQ1WJ8JwgrMWGzr1v+3hk8DT5PjBmN9OMNEuJ0tZz5lbLLxX5IaV23mxBkMG8sRs9E4mydVLQrcn3luUgR1Jw= 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=D3pWy1fCUQR3mDYactBXX6ldiBked26UA5334FtfEo/YQdsaMKgewGox5VAR3wm23McBnPDeksbakRU6DYRnCtuLxKdixMQTrIFHp6R5Nu1iiQcSMdqSIvk/1kzyA0OioeCU/iG6enXTFit/qPxjtMkcs6WT4lsIhesYGgg2hSU= Received: by 10.115.54.1 with SMTP id g1mr509662wak.1185961308168; Wed, 01 Aug 2007 02:41:48 -0700 (PDT) Received: by 10.114.47.2 with HTTP; Wed, 1 Aug 2007 02:41:48 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 11:41:48 +0200 To: jani.taskinen@iki.fi Cc: "Dmitry Stogov" , internals@lists.php.net In-Reply-To: <1185960966.3328.0.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <002b01c7d419$e6914720$6e02a8c0@thinkpad> <1185960966.3328.0.camel@localhost.localdomain> Subject: Re: [PHP-DEV] Ext/OpenSSL patch From: pierre.php@gmail.com (Pierre) On 8/1/07, Jani Taskinen wrote: > You just wasted time posting this here, just commit it. :) Thanks for this patch, so far my favourite until now! It does not bring more inconsistencies to the openssl API and easy to understand. I agree with Jani, you can commit it to HEAD so we can start to play with it and see what can/should/could be improved or added. I have played with my own patches to add similar features and met a couple of annoyances, once it is in HEAD we can start to discuss and fix them if any :) Cheers, --Pierre