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.
1 parent 88c904d commit 4aa2522Copy full SHA for 4aa2522
agent/lib_php_amqplib.c
@@ -79,8 +79,6 @@
79
static void nr_php_amqplib_ensure_class() {
80
zval retval_zpd;
81
int result = FAILURE;
82
-//amber
83
-return;
84
85
result = zend_eval_string("class_exists('PhpAmqpLib\\Channel\\AMQPChannel');",
86
&retval_zpd, "Get nr_php_amqplib_class_exists");
@@ -93,7 +91,7 @@ return;
93
91
}
94
92
95
/*
96
- * Version detection will be called directly from PhpAmqpLib\\Package::VERSION
+ * Version detection will be called pulled from PhpAmqpLib\\Package::VERSION
97
* nr_php_amqplib_handle_version will automatically load the class if it isn't
98
* loaded yet and then evaluate the string. To avoid the VERY unlikely but not
99
* impossible fatal error if the file/class isn't loaded yet, we need to wrap
0 commit comments