xiaosier / libweibo

新浪微博开放平台php sdk(Sina Weibo open platform php sdk)
http://open.weibo.com
394 stars 185 forks source link

Bugfix: The library produces E500 #13

Closed SGudbrandsson closed 8 years ago

SGudbrandsson commented 8 years ago

When the OAuth PECL library is installed, the libweibo library produces an error because it is trying to create an OAuthException class when it has been created already. This fixes that.