Jump to content

Akismet PHP5 cURL class


Xeoncross

Recommended Posts

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

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.