We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e46746 commit f6f68d0Copy full SHA for f6f68d0
1 file changed
install-extensions.sh
@@ -46,7 +46,7 @@ install_tideways_xhprof() {
46
47
zts=$(php --version | grep -q ZTS && echo -zts || :)
48
library="$PWD/tideways_xhprof-$version/tideways_xhprof-$PHP_VERSION$zts.so"
49
- config="$HOME/.phpenv/versions/$PHP_VERSION/etc/conf.d/tideways_xhprof.ini"
+ config="/etc/php/$PHP_VERSION/cli/conf.d/10-tideways_xhprof.ini"
50
test -f "$library" || die "Extension not available: $library"
51
echo "extension=$library" > "$config"
52
has_extension "$extension"
0 commit comments