Re: [PECL-DEV] RabbitMQ Extension Naming
[email protected] (Johannes Schlüter)
| Newsgroups | php.pecl.dev |
|---|---|
| Organization | php.net |
| Message-ID | <1270335913.28649.689.camel@guybrush> |
On Sat, 2010-04-03 at 14:41 -0400, "Pieter de Zwart" wrote: > After doing some research, our extension is fully compatible > with the AMQP spec. As such, I propose that the extension > project be named "amqp" instead of rabbitmq, and use the > current class names AMQPConnection, etc. I gave you svn karma for pecl/amqp and the documentation so you should be able to commit it there to svn (svn co --depth=empty https://svn.php.net/pecl && cd pecl && svn mkdir amqp && svn mkdir amqp/trunk && cp $OLD_LOCATION amqp/trunk/ && svn add amqp/trunk/* && svn commit) I also suggest to quickly look over http://wiki.php.net/vcs/svnfaq and http://darkrainfall.org/phpsvn-guide.html for some intro in PHP's SVN setup. I also hope you can provide some docs for the extension, for that please check http://php.net/dochowto Welcome aboard! johannes