This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define('AMQP_NOPARAM', 0); | |
define('AMQP_DURABLE', 0); | |
define('AMQP_PASSIVE', 0); | |
define('AMQP_EXCLUSIVE', 0); | |
define('AMQP_AUTODELETE', 0); | |
define('AMQP_INTERNAL', 0); | |
define('AMQP_NOLOCAL', 0); | |
define('AMQP_AUTOACK', 0); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[greevex@ironman ~]$ mpr search . | |
Update package list... | |
Receiving http://mpr.sdstream.ru/manifest-global.mpr.json.gz...OK! | |
| ============================== | ========== | ======================================================================================================================== | |
| -NAME- | -VERSION- | -DESCRIPTION- | |
| ------------------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------ | |
| bot_twitter_main | 1.0 | Twitter bot - receiving stream by keywords via Twitter Streaming API | |
| gearman_functions_stats | 1.0 | Statistic functions (works with statdb) for gearman worker | |
| mpr_cache_factory | 1.0 | Base ca |
NewerOlder