1 # arg 1: the new package version
6 # arg 1: the new package version
8 if [[ ! `grep "^extension=mysql.so" /etc/php/php.ini` ]]
9 then echo "Enable the MySQL module for PHP by adding the line:"
10 echo " extension=mysql.so"
11 echo "to your /etc/php/php.ini, otherwise starbug won't work."
13 if [[ ! `grep "^extension=pdo.so" /etc/php/php.ini` ]]
14 then echo "Enable the PDO module for PHP by adding the line:"
15 echo " extension=pdo.so"
16 echo "to your /etc/php/php.ini, otherwise starbug won't work."
18 if [[ ! `grep "^extension=pdo_mysql.so" /etc/php/php.ini` ]]
19 then echo "Enable the MySQL driver for PDO by adding the line:"
20 echo " extension=mysql_pdo.so"
21 echo "to your /etc/php/php.ini, otherwise starbug won't work."
26 # arg 1: the new package version
27 # arg 2: the old package version
32 # arg 1: the new package version
33 # arg 2: the old package version
38 # arg 1: the old package version
43 # arg 1: the old package version