* you shouldn't edit php.ini but instead use conf.d/ext.ini

This commit is contained in:
till 2012-04-22 01:49:05 +02:00
parent 7349b045ba
commit 3f2cf018d0

View file

@ -53,7 +53,8 @@ echo ""
echo ""
pecl install oauth
echo "extension=oauth.so" >> /etc/php5/apache2/php.ini
mkdir -p /etc/php5/apache2/conf.d/
echo "extension=oauth.so" >> /etc/php5/apache2/conf.d/oauth.ini
echo ""
echo ""