* you shouldn't edit php.ini but instead use conf.d/ext.ini
This commit is contained in:
parent
7349b045ba
commit
3f2cf018d0
1 changed files with 2 additions and 1 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue