summarylogtreecommitdiffstats
path: root/php56-apcu.install
blob: c15f6a3cb539459c64a33f1106ee82e2277fca6f (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo '
    ==> PHP extension

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

# vim:set ts=2 sw=2 et: