Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22989 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49488 invoked by uid 1010); 27 Apr 2006 08:03:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49472 invoked from network); 27 Apr 2006 08:03:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2006 08:03:56 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.181 pproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.166.181:21525] helo=pproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C0/77-19715-BEA70544 for ; Thu, 27 Apr 2006 04:03:56 -0400 Received: by pproxy.gmail.com with SMTP id 57so2080018pya for ; Thu, 27 Apr 2006 01:03:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YnVy7nO0PXzyCM3qh801kTJnwntFGqkEMWVDmmb0iZKxu/YU56cAwMB3GNFeRc5jOMQsnoH26xKHJJjA7SPG9x2SG8vizJNsKiLM3zLh8Qd+SBvpheawkT4hrJ9smSfzdGG3Gfl5JyQwCiwrb43LR5CrJWF2XUX3bcQ/SHBeR8c= Received: by 10.35.84.12 with SMTP id m12mr1560985pyl; Thu, 27 Apr 2006 01:03:52 -0700 (PDT) Received: by 10.35.41.17 with HTTP; Thu, 27 Apr 2006 01:03:52 -0700 (PDT) Message-ID: <4e89b4260604270103t133264b0s14f1fea6ae13d11d@mail.gmail.com> Date: Thu, 27 Apr 2006 04:03:52 -0400 To: "Brandon Fosdick" Cc: internals@lists.php.net In-Reply-To: <44504701.5050008@bfoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <444BDC4E.3020001@bfoz.net> <7f3ed2c30604231438u2560d69dvd2d6b6a7ab1c890e@mail.gmail.com> <444BF583.4020000@bfoz.net> <4e89b4260604232239m6d2647cex96eb7da52f78b92e@mail.gmail.com> <444D81C9.4050602@bfoz.net> <4e89b4260604242240k4af731a0o111048596b5fd693@mail.gmail.com> <444EC767.70606@bfoz.net> <4e89b4260604260013w599639b4q8aa59d417eba91b6@mail.gmail.com> <44504701.5050008@bfoz.net> Subject: Re: [PHP-DEV] openssl extension maintainer? From: kingwez@gmail.com ("Wez Furlong") Just one patch will be fine. We usually accept patches for new features against HEAD of CVS only, but with the unicode development effort that is ongoing in HEAD, you might find it a little bit harder to do that. My suggestion is to make the patch for 5.1.2 and make sure it all works first, and then have a go at making it against HEAD. If you're lucky, the same patch will apply against both versions. If not, there will be a few minor differences for unicode. I'll be happy to see either or both patches and we can take it from there. --Wez. On 4/27/06, Brandon Fosdick wrote: > Wez Furlong wrote: > > Ah yes. > > http://us3.php.net/manual/en/function.openssl-pkey-export.php almost > > does what you want... but only works on private keys. > > > > I'd welcome a patch for that too. > > Do you want separate patches for PKCS12 and PEM keys or should it be all = one patch? > > Has anything changed that would require me to work from the CVS version o= r can I stick with the 5.1.2 release? > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >