summarylogtreecommitdiffstats
path: root/pecl-database-mysql-git.install
blob: 84274f793d7262621e0215bf772bebdfad1f9083 (plain)
1
2
3
4
5
6
7
post_install() {
    echo "Remember to add 'extension=mysql.so' without the quotes to /etc/php/php.ini"
}

post_remove() {
    echo "Remember to remove 'extension=mysql.so' without the quotes from /etc/php/php.ini"
}