[PHP-DEV] Contributing to PHP - how?

2003-02-17 Thread David Gillies
OK, I've been using PHP since about six months after
Rasmus decided to share his brainchild with us. Can
someone PLEASE point me to the appropriate mechanism
to contribute my own modules? I'm sure it's out there,
but hours of perusing the PHP site and Google don't
help.

At present all I have is a tiny module that groks
tzfile(5) files to get you historical offsets from
UTC, and another one that exposes about 80 or so
low-level routines from the OpenSSL library (so you
can actually talk SSLv23/TLSv1 - including
line-buffered I/O - to port 443/whatever on a
webserver without PHP streams), but I'd like to cast
them upon the waters (as part-payment for the bread
that has already returned to me an hundred-fold). Can
someone help? From what I understand, PECL is the best
codespace for this. If so, cool (I don't expect my
work to hit PHP core - it's itch-scratching code). But
how do I contribute it?

Best Wishes

David Gillies
San Jose
Costa Rica


__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Contributing to PHP - how?

2003-02-17 Thread Moriyoshi Koizumi
David Gillies [EMAIL PROTECTED] wrote:

 At present all I have is a tiny module that groks
 tzfile(5) files to get you historical offsets from
 UTC, and another one that exposes about 80 or so

As for tzfile module, probably Pierre wants some sort of tzinfo
parser in his extension. Better off getting in touch with him.

http://news.php.net/article.php?group=php.devarticle=94275

Moriyoshi


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Contributing to PHP - how?

2003-02-17 Thread Sascha Schumann
On Mon, 17 Feb 2003, David Gillies wrote:

 OK, I've been using PHP since about six months after
 Rasmus decided to share his brainchild with us. Can
 someone PLEASE point me to the appropriate mechanism
 to contribute my own modules?

Apply for a CVS account first, so that you can
simply commit/maintain your modules to PECL.

http://www.php.net/cvs-php.php

Welcome o'board.

- Sascha

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php