We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94421e7 commit 930114cCopy full SHA for 930114c
agent/lib_aws_sdk_php.h
@@ -7,6 +7,8 @@
7
#ifndef LIB_AWS_SDK_PHP_HDR
8
#define LIB_AWS_SDK_PHP_HDR
9
10
+#include "nr_segment_message.h"
11
+
12
#if ZEND_MODULE_API_NO >= ZEND_8_1_X_API_NO /* PHP8.1+ */
13
/* Service instrumentation only supported above PHP 8.1+*/
14
agent/php_mshutdown.c
@@ -16,6 +16,7 @@
16
#include "nr_agent.h"
17
#include "util_logging.h"
18
#include "fw_wordpress.h"
19
+#include "lib_aws_sdk_php.h"
20
21
#ifdef TAGS
22
void zm_shutdown_newrelic(void); /* ctags landing pad only */
0 commit comments