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 1616 */
1717extern PHP_FUNCTION (newrelic_get_request_metadata );
1818
19- extern PHP_FUNCTION (newrelic_get_security_metadata );
20-
2119#ifdef ENABLE_TESTING_API
2220
2321/*
Original file line number Diff line number Diff line change @@ -342,11 +342,9 @@ static zend_function_entry newrelic_functions[] = {
342342#ifdef PHP8
343343 PHP_FE (newrelic_get_linking_metadata , newrelic_arginfo_void )
344344 PHP_FE (newrelic_get_trace_metadata , newrelic_arginfo_void )
345- PHP_FE (newrelic_get_security_metadata , newrelic_arginfo_void )
346345#else
347346 PHP_FE (newrelic_get_linking_metadata , 0 )
348347 PHP_FE (newrelic_get_trace_metadata , 0 )
349- PHP_FE (newrelic_get_security_metadata , 0 )
350348#endif /* PHP 8 */
351349 /*
352350 * Integration test helpers
You can’t perform that action at this time.
0 commit comments