I downloaded the pre-compiled dll file from here: http://windows.php.net/downloads/pecl/releases/oauth/1.2.3/, unziped it and copied the php_oauth.dll file to my php/ext folder, then add "extension=php_oauth.dll" to the php.ini. But I still can't find oauth in phpinfo(). Is there any step I missed? My OS is Windows7.
Thanks!