On Sun, Dec 23, 2012 at 6:54 PM, Ruslan Osmanov <[email protected]> wrote:
> Hi. > > I've written extension providing interface to libev library - a high > performance event loop written in C. There are some ideas to consider(e.g. > whether to expose basic libevent emulation provided by libev), but I'd like > to postpone them. > > Homepage of libev: > http://software.schmorp.de/**pkg/libev.html<http://software.schmorp.de/pkg/libev.html> > The code: > https://bitbucket.org/osmanov/**pecl-ev<https://bitbucket.org/osmanov/pecl-ev> > > There're some phpt tests and basic documentation(bitbucket has a nice > markdown parser). Ready to proceed with phpdoc. Tested under GNU/Linux, but > likely will work on other platforms too. > > I already have an SVN account(osmanov). But I know new extensions should > be submitted to github. Please, give me access to submit the new extension. > My current github ID is rosmanov, if it matters. > > Hi, Where did you get the info that you need to get github karma for a new ext? As far as I know, you have the following options: - you can use svn, if you have php-src karma already, you also have pecl karma. - you can use git.php.net, for that you should ask David to set up the repository for you, as we don't have an automated way of doing that. - you can also host your extensions sourcecode under your own github account (or anywhere else, bitbucket, etc.). if you don't have already, you need to apply for a peclweb account for creating the package and releases on pecl.php.net: http://pecl.php.net/account-request.php -- Ferenc Kovács @Tyr43l - http://tyrael.hu
