We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf52337 + 918cdc1 commit 39cce6bCopy full SHA for 39cce6b
doc/ChangeLog
@@ -1,3 +1,7 @@
1
+2013-01-09 Evgeny V. Kokovikhin
2
+ * test/main/Utils/AMQP/AMQPPeclTest.class.php:
3
+ test fixed
4
+
5
2012-12-06 Evgeny V. Kokovikhin
6
* main/DAOs/GenericDAO.class.php
7
meta/builders/AutoDaoBuilder.class.php
test/main/Utils/AMQP/AMQPPeclTest.class.php
@@ -125,6 +125,9 @@ public function __construct()
125
{
126
parent::__construct();
127
128
+ if (!extension_loaded('amqp'))
129
+ return;
130
131
if (!AMQPPool::me()->getList()) {
132
AMQPPool::me()->
133
setDefault(
0 commit comments