在ubuntu服务器上安装OAUTH。 没有反思
After reading from web and forum done successfull installation of OAuth (pecl package)
Doing pecl list - Installed packages, channel pecl.php.net:
Package Version State
oauth 1.0.0 stable
Also updated the php.ini file at /etc/php5/apache2/php.ini
with extension=oauth.so
But nothing shown at Phpinfo and also getting error PHP Fatal error: Class 'OAuth' not found
从web和论坛上读完成功安装OAuth(pecl包) p> 做pecl列表 - 安装包,通道pecl.php.net:
nn包版本状态 p>
oauth 1.0.0稳定 p >
还更新了/etc/php5/apache2/php.ini
nn中的php.ini文件,扩展名为= oauth.so p> \ n
但没有在Phpinfo上显示并且也出现错误 致命错误:未找到“OAuth”类 p> div>
If it's mod_php, you need to restart the Apache server so it picks it up.
sudo apache2ctl restart
Otherwise try loading the module manually with dl()
first, to see if it works at all.