CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly.
This commit is contained in:
parent
514777e8d2
commit
b11cbd8159
4546 changed files with 138 additions and 51 deletions
34
airtime_mvc/library/php-amqplib/README.md
Normal file
34
airtime_mvc/library/php-amqplib/README.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# NOTE #
|
||||
|
||||
This library is a fork of the [php-amqplib](http://code.google.com/p/php-amqplib/) library.
|
||||
|
||||
We modified that library in order to work with PHP 5.3 Strict.
|
||||
|
||||
Also we improved the debug method to increase performance.
|
||||
|
||||
We use it daily in prod for sending/consuming 600K + messages per day.
|
||||
|
||||
Below is the original README file content. Credits goes to the original authors.
|
||||
|
||||
# Original README: #
|
||||
|
||||
PHP library implementing Advanced Message Queuing Protocol (AMQP).
|
||||
|
||||
The library is port of python code of py-amqplib
|
||||
http://barryp.org/software/py-amqplib/
|
||||
|
||||
It have been tested with RabbitMQ server.
|
||||
|
||||
Project home page: http://code.google.com/p/php-amqplib/
|
||||
|
||||
For discussion, please join the group:
|
||||
|
||||
http://groups.google.com/group/php-amqplib-devel
|
||||
|
||||
For bug reports, please use bug tracking system at the project page.
|
||||
|
||||
Patched are very welcome!
|
||||
|
||||
Author: Vadim Zaliva <lord@crocodile.org>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue