Are you planning on maintaining the code on github? Then you only need the pecl account, not a php.net vcs account..
-Hannes On Wed, Oct 16, 2013 at 9:32 PM, ShareIdea! <[email protected]> wrote: > My license is apache2.0. > > Thanks for your advice, I'll fix it. > > > 2013/10/17 Laruence <[email protected]> >> >> Hey: >> >> the codes seems okey. >> >> one trivial issue, if you don't need RINIT/RSHUTDOWN, then use >> NULL in the module struct. >> >> and one question: what's your LICENSE is? >> >> thanks >> >> On Thu, Oct 17, 2013 at 10:34 AM, ShareIdea! <[email protected]> >> wrote: >> > Hi. Thanks for your reply. >> > The project's link: https://github.com/matyhtf/swoole >> > >> > It is used in some web page games. >> > Phper can use it to write tcp and udp server-side program. >> > >> > Swoole network IO partly based epoll / kqueue event loop is asynchronous >> > & >> > non-blocking. Business logic using multi-process synchronization >> > blocking >> > mode to run. This will ensure the Server is able to cope with high >> > concurrency and a lot of TCP connections. But also to ensure the >> > business >> > can still be easy to write code. >> > >> > Can you add it to the pecl.php.net? >> > >> > >> > 2013/9/15 Hannes Magnusson <[email protected]> >> >> >> >> On Thu, Aug 22, 2013 at 1:05 AM, Antony Dovgal <[email protected]> >> >> wrote: >> >> > On 2013-08-21 05:58, Han Rango wrote: >> >> >> >> >> >> Publish a TCP/UDP Server extension. >> >> > >> >> > >> >> > Would be nice if you make the code available before adding it to >> >> > PECL. >> >> > And telling us some more about it would not hurt, too. >> >> > >> >> >> >> Poke? >> >> >> >> -Hannes >> > >> > >> >> >> >> -- >> Laruence Xinchen Hui >> http://www.laruence.com/ > > -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
