We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14737eb commit 8e46746Copy full SHA for 8e46746
1 file changed
install-extensions.sh
@@ -52,6 +52,9 @@ install_tideways_xhprof() {
52
has_extension "$extension"
53
}
54
55
+# Show php config paths
56
+php --ini
57
+
58
case "$(uname -s):$PHP_VERSION" in
59
*:5.*)
60
install_xhprof 0.9.4
0 commit comments