eCaptcha 3.5 Released

This new version has many improvements, most importantly a moderation system for dealing with human submitted spam.


If your interested in the full list of changes, they are on the download page 🙂


Quickly updated to 3.5 – You can now be notified when items are waiting to be moderated.

MySQL Connect and Select DB Speed

Thought I would share some benchmark results, took PHP code that does the following:


include file
mysql_connect
mysql_select_db


And repeated 2000 times, on this shared host, it took just 0.09 seconds.


So there is very little overhead in repeatedly connecting to a database.

FOOTER TO GO HERE!