Skip to content

Commit

Permalink
* you shouldn't edit php.ini but instead use conf.d/ext.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Apr 21, 2012
1 parent d3b1ea3 commit 83e0430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/guides/InstallationUbuntuApache.sh
Expand Up @@ -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 ""
Expand Down

0 comments on commit 83e0430

Please sign in to comment.