Home » Text » Text_CAPTCHA_Numeral
Generation of numeral maths captchas
This package is unmaintained.
Download latest release 1.3.2 (archived versions might be outdated)
License: BSD License
Description
Numeral captcha generates mathematical operations and answers in order to prove that bots using it are human
Documentation
Maintainers
- David Coallier (davidc) — lead, active
- Marcelo Araujo (msaraujo) — developer, active
Dependencies
Required
- PHP (>= 5.0.4)
- PEAR Installer (>= 1.9.1)
Releases
- 1.3.2 (stable, 2014-03-30)
Release notes
License: BSD License
QA release
17429 Make re-configuration possible
18187 Operation display is broken
19027 remove error_reporting (for PEAR QA team)
19848 unable to set operator/numbers - 1.3.1 (stable, 2011-01-12)
Release notes
License: BSD License
- Fix bug #18187: Operation display is broken [cweiske]
- 1.3.0 (stable, 2010-10-24)
Release notes
License: BSD License
QA release
- Added complexity in numbers and possibility to use larger numbers.
- New way of handling operations with different levels of complexity.
- Fix bug #16712: sometimes the class will fail with modulus operator [davidc]
- Fix bug #14871: E_NOTICE breaks test [davidc]
- Fix bug #17428: Shorten constant names [cweiske]
- Implement request #13862:setting maxValue [davidc] - 1.2.0 (stable, 2007-04-25)
Release notes
License: BSD License
- Added fluent interface availability
- New modulus operation (msaraujo)
- New multiplication operation (msaraujo)
- New division operation
- New way of handling operations with different levels of complexity. - 1.1.0 (stable, 2007-02-04)
Release notes
License: BSD License
- Bump to package 2
- 1.0.0 (stable, 2007-01-29)
Release notes
License: BSD License
- 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. - 1.0.0RC2 (beta, 2007-01-05)
Release notes
License: BSD License
???
- 1.0.0RC1 (beta, 2007-01-05)
Release notes
License: BSD License
???
- 0.1.5 (alpha, 2006-11-12)
Release notes
License: BSD License
- 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.
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #9743 | Duplicate | Doc | 1.0.0RC1 | 2007-01-05 | End-user documentation link missing |
| #9744 | Closed | Bug | 1.0.0RC1 | 2007-01-05 | All three unit tests fail |
| #10458 | Closed | Req | 1.1.0 | 2007-03-22 | testing |
| #12729 | Closed | Doc | 1.2.0 | 2007-12-19 | Incomplete paragraph in intro.xml |
| #13862 | Closed | Req | 1.2.0 | 2008-05-09 | setting maxValue |
| #14871 | Closed | Bug | CVS | 2008-10-25 | E_NOTICE breaks test (captchanumeral.firstandsecond.phpt) |
| #16711 | Duplicate | Bug | 1.2.0 | 2009-10-18 | sometimes it fails |
| #16712 | Closed | Bug | 1.2.0 | 2009-10-18 | sometimes the class will fail with modulus operator |
| #17428 | Closed | Bug | 1.2.0 | 2010-05-24 | Shorten constant names |
| #17429 | Closed | Req | 1.2.0 | 2010-05-24 | Make re-configuration possible |
| #18187 | Closed | Bug | 1.3.0 | 2011-01-12 | Operation display is broken |
| #19027 | Closed | Bug | SVN | 2011-11-14 | remove error_reporting (for PEAR QA team) |
| #19848 | Closed | Req | 1.3.1 | 2013-03-10 | unable to set operator/numbers |