Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22943 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29313 invoked by uid 1010); 25 Apr 2006 05:40:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29297 invoked from network); 25 Apr 2006 05:40:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2006 05:40:36 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.182 pproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.166.182:6753] helo=pproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A8/03-19715-356BD444 for ; Tue, 25 Apr 2006 01:40:35 -0400 Received: by pproxy.gmail.com with SMTP id 57so1364777pya for ; Mon, 24 Apr 2006 22:40:33 -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=eqf7PPMAQUxGPUAUNNBLiGU2SXzri7xgvZklqcmIEzd54FC0aiuZDVLTKoKwT3r7ggeM6d6UEWM87VZekPrkF6ibG+iomotY97MPVQoqP6XIHThsOHIQ0xqrGuNR0WYt8mNrIDh0zxbMbPbRAWuQLPQxL2w3XyFQOTJdT6wn5VY= Received: by 10.35.131.4 with SMTP id i4mr2032460pyn; Mon, 24 Apr 2006 22:40:33 -0700 (PDT) Received: by 10.35.41.17 with HTTP; Mon, 24 Apr 2006 22:40:33 -0700 (PDT) Message-ID: <4e89b4260604242240k4af731a0o111048596b5fd693@mail.gmail.com> Date: Tue, 25 Apr 2006 01:40:33 -0400 To: "Brandon Fosdick" Cc: internals@lists.php.net In-Reply-To: <444D81C9.4050602@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> Subject: Re: [PHP-DEV] openssl extension maintainer? From: kingwez@gmail.com ("Wez Furlong") On 4/24/06, Brandon Fosdick wrote: > Wez Furlong wrote: > > You can reach me at this email address too. > > Which address do you prefer? This one for PHP stuff. > I need the PKCS12 functions > and the ability to extract public keys Like this: http://us2.php.net/manual/en/function.openssl-pkey-get-public.php or something else? >, so I was thinking I'd add both, but I don't want to step on anybody's to= es. > I've never played around in the PHP internals before so I don't know how > things work around here. Any advice? Just have a go at making it work. If you get stuck, try to find some other code that does a similar thing to what you want. If that fails, try asking for help on IRC at #php.pecl on EFNet. If you don't do IRC, or no one is around, then you can also try asking for help on pecl-dev@lists.php.net. It's worth reading though Sara Golemon's extension writing articles on zend.com before you begin. There are also a number of conference presentation slides hanging around the 'net written by Wez Furlong and Marcus Boerger, among others. Once you're happy with the changes you've made, send a diff to the mailing list (and Cc: me) and we'll see about integrating it into CVS. There's a README.SUBMITTING-PATCH text file in the PHP source root that should describe this part of the process. Good luck! --Wez.