PEAR-Paket Text_CAPTCHA_Numeral in Version 1.0.0 veröffentlicht

Das PEAR-Paket Text_Captcha_Numeral wurde nun in der Version 1.0.0 veröffentlicht.
Mit diesem Paket lassen sich CAPTCHAs erstellen bei denen der Besucher eine kleine Rechenaufgabe zu lösen hat.
Das Paket kann hier downgeloadet werden: zum Download
Info:
Text_CAPTCHA_Numeral gives you the ability to generate numerical mathematical captchas.
- getOperation() generates the operation that is going to be shown to the end user.
- getAnswer() Gets the answer of the generated operation's answer.
Release date: 2007-01-29 18:24 UTC
Release state: stable
Changelog:
- Added interface support
- Fixed tests units
- Documentation page setup at: http://dev.agoraproduction.com/pear/numeral/
- End user documentation on pear is setup.
- Fix according to comments, added a return in order to prevent code execution
- changed my set* to generate because they really are generators after all
- no more recursion by generating another operation.
- no more double casting.
- now using it's own package, not depending on Text_CAPTCHA in order to gain in speed.
Dependencies:
- PHP Version: PHP 5.0.4 or newer