summarylogtreecommitdiffstats
path: root/php-xhprof.install
blob: f0cda9bf91f7b4c16f7a6fc4cf7cbc64055dcdc6 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo '
    ==> PHP extension

    A config file was stored under /etc/php/conf.d/. In order to use this
    extension make sure to uncomment it from its config file.
    '
}