We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b45445 commit 734784eCopy full SHA for 734784e
agent/lib_guzzle_common.c
@@ -322,7 +322,6 @@ NR_PHP_WRAPPER_START(nr_guzzle_client_construct) {
322
(void)wraprec;
323
NR_UNUSED_SPECIALFN;
324
nr_php_scope_release(&this_var);
325
-
326
if (php_version_compare(version, "7") >= 0){
327
NR_PHP_WRAPPER_DELEGATE(nr_guzzle7_client_construct);
328
} else if (php_version_compare(version, "6") >= 0) {
tests/integration/external/guzzle6/test_dt.php
@@ -76,8 +76,6 @@
76
77
/* Create URL. */
78
$url = "http://" . make_tracing_url(realpath(dirname(__FILE__)) . '/../../../include/tracing_endpoint.php');
79
-//echo "\n";
80
-//echo $url."\n";
81
82
/* Use guzzle 6 to make an http request. */
83
use GuzzleHttp\Client;
0 commit comments