You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installer (datadog-setup.php) reads and uses, via this command, the additional php ini directory set through PHP_INI_SCAN_DIR to create a symlink to the 98-ddtrace.ini file. However, if the env var starts with the perfectly legal : (colon) character, the creation of the symlink fails. This is not communicated to the user, however, and the result is that the datadog agent is not loaded.
Example output (final lines only):
Created INI file ':/usr/local/etc/php/app.conf.d/98-ddtrace.ini'
Installation to 'php (/usr/local/bin/php)' was successful
The workaround we're currently using is to remove the colon from the env var just before running the installer and restoring it after the install, but it should probably be fixed at the source.
PHP version
8.3.13
Tracer or profiler version
master
Installed extensions
No response
Output of phpinfo()
No response
Upgrading from
No response
The text was updated successfully, but these errors were encountered:
Bug report
The installer (datadog-setup.php) reads and uses, via this command, the additional php ini directory set through
PHP_INI_SCAN_DIR
to create a symlink to the98-ddtrace.ini
file. However, if the env var starts with the perfectly legal : (colon) character, the creation of the symlink fails. This is not communicated to the user, however, and the result is that the datadog agent is not loaded.Example output (final lines only):
The workaround we're currently using is to remove the colon from the env var just before running the installer and restoring it after the install, but it should probably be fixed at the source.
PHP version
8.3.13
Tracer or profiler version
master
Installed extensions
No response
Output of
phpinfo()
No response
Upgrading from
No response
The text was updated successfully, but these errors were encountered: