Xeoncross Posted April 19, 2008 Share Posted April 19, 2008 After looking over the current PHP Akismet API classes (http://askimet.com) I couldn't help but notice they all used fopen() to talk with akismet. Which besides being slow is also disabled on some hosts that have "safe mode" on. This class solves that problem by using the fast CURL php extension (http://php.net/curl) available on most web hosts. This class is also the smallest and easiest Akismet Class I have ever seen. http://code.google.com/p/akismet-php-curl-class/ Would anyone mind testing it? http://code.google.com/p/akismet-php-curl-class/source/browse/trunk/example.php Link to comment https://forums.phpfreaks.com/topic/101879-akismet-php5-curl-class/ Share on other sites More sharing options...
Xeoncross Posted April 26, 2008 Author Share Posted April 26, 2008 BUMP! I don't get to do that often - that was fun. Link to comment https://forums.phpfreaks.com/topic/101879-akismet-php5-curl-class/#findComment-527829 Share on other sites More sharing options...
Xeoncross Posted May 26, 2008 Author Share Posted May 26, 2008 No one wants to test my ultra-cool Class? I am using it on production sites and it is the second smallest class out there. I also think it is the fastest and most secure based on benchmarks. cURL powers it after all... Link to comment https://forums.phpfreaks.com/topic/101879-akismet-php5-curl-class/#findComment-550412 Share on other sites More sharing options...
Recommended Posts