summarylogtreecommitdiffstats
path: root/phpctags.install
blob: d79eb5ad30811f86e8b23eb04115dab1823b6640 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

post_install() {
  echo "NOTE: you may need update your /etc/php/php.ini for this to work!"
  echo "      The following changes are needed:"
  echo "        - Make sure the extension phar.so is activated"
  echo "        - Disable open_basedir restriction"
}