File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
extern PHP_FUNCTION (newrelic_get_request_metadata );
18
18
19
- extern PHP_FUNCTION (newrelic_get_security_metadata );
20
-
21
19
#ifdef ENABLE_TESTING_API
22
20
23
21
/*
Original file line number Diff line number Diff line change @@ -342,11 +342,9 @@ static zend_function_entry newrelic_functions[] = {
342
342
#ifdef PHP8
343
343
PHP_FE (newrelic_get_linking_metadata , newrelic_arginfo_void )
344
344
PHP_FE (newrelic_get_trace_metadata , newrelic_arginfo_void )
345
- PHP_FE (newrelic_get_security_metadata , newrelic_arginfo_void )
346
345
#else
347
346
PHP_FE (newrelic_get_linking_metadata , 0 )
348
347
PHP_FE (newrelic_get_trace_metadata , 0 )
349
- PHP_FE (newrelic_get_security_metadata , 0 )
350
348
#endif /* PHP 8 */
351
349
/*
352
350
* Integration test helpers
You can’t perform that action at this time.
0 commit comments