summarylogtreecommitdiffstats
path: root/phoronix-test-suite-git.install
blob: 3fbe65ebd7a503a906fd30c362133d23e91b4f44 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo ">>>"
  echo ">>> To complete the installation you should edit /etc/php/php.ini"
  echo ">>> - Enable zip.so, sockets.so"
  echo ">>>"
  echo ">>> EXAMPLE:"
  echo ">>> extension=zip.so"
  echo ">>> extension=sockets.so"
}