Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Oct 18, 2023
1 parent 814cf08 commit 87726a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ext/opentelemetry.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ ZEND_DECLARE_MODULE_GLOBALS(opentelemetry)

PHP_INI_BEGIN()
// conflicting extensions. a comma-separated list, eg "ext1,ext2"
STD_PHP_INI_ENTRY("opentelemetry.conflicts", "", PHP_INI_ALL,
OnUpdateString, conflicts, zend_opentelemetry_globals,
opentelemetry_globals)
STD_PHP_INI_ENTRY("opentelemetry.conflicts", "", PHP_INI_ALL, OnUpdateString,
conflicts, zend_opentelemetry_globals, opentelemetry_globals)
STD_PHP_INI_ENTRY_EX("opentelemetry.validate_hook_functions", "On", PHP_INI_ALL,
OnUpdateBool, validate_hook_functions,
zend_opentelemetry_globals, opentelemetry_globals,
Expand Down

0 comments on commit 87726a6

Please sign in to comment.