On 4/24/06, Brandon Fosdick <bfoz@bfoz.net> 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 toes.
> 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.