Skip to content

Commit

Permalink
resolve issues while rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol-ap committed Feb 21, 2025
1 parent fb5fd97 commit 95e02cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions agent/php_api_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*/
extern PHP_FUNCTION(newrelic_get_request_metadata);

extern PHP_FUNCTION(newrelic_get_security_metadata);

#ifdef ENABLE_TESTING_API

/*
Expand Down
2 changes: 0 additions & 2 deletions agent/php_newrelic.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,9 @@ static zend_function_entry newrelic_functions[] = {
#ifdef PHP8
PHP_FE(newrelic_get_linking_metadata, newrelic_arginfo_void)
PHP_FE(newrelic_get_trace_metadata, newrelic_arginfo_void)
PHP_FE(newrelic_get_security_metadata, newrelic_arginfo_void)
#else
PHP_FE(newrelic_get_linking_metadata, 0)
PHP_FE(newrelic_get_trace_metadata, 0)
PHP_FE(newrelic_get_security_metadata, 0)
#endif /* PHP 8 */
/*
* Integration test helpers
Expand Down

0 comments on commit 95e02cd

Please sign in to comment.