Home » Text » Text_CAPTCHA
Generation of CAPTCHAs
This package is unmaintained.
Download latest release 1.0.2 (archived versions might be outdated)
License: New BSD
Description
Implementation of CAPTCHAs (completely
automated public Turing test to tell computers
and humans apart)
Documentation
Maintainers
- Christian Wenz (wenz) — lead, inactive
- Michael Cramer (bigmichi1) — lead, active
- Christian Weiske (cweiske) — contributor, inactive
- Aaron Wormus (wormus) — contributor, inactive
- David Coallier (davidc) — contributor, inactive
- Tobias Schlitt (toby) — contributor, inactive
Dependencies
Required
- PHP (>= 5.1.0)
- PEAR Installer (>= 1.4.6)
- Text_Password (>= 1.1.1)
Optional
- Numbers_Words
- Text_Figlet
- Image_Text (>= 0.7.0)
- gd (extension)
Releases
- 1.0.2 (stable, 2014-02-28)
Release notes
License: New BSD
* Fixed some invalid/broken tags in package.xml
- 1.0.1 (stable, 2014-02-17)
Release notes
License: New BSD
* Bug #20201 license file does not exist,
causing error on upgrade. - 1.0.0 (stable, 2014-02-17)
Release notes
License: New BSD
First stable release
* no changes since last beta release
- 0.5.0 (beta, 2013-08-07)
Release notes
License: New BSD
First PHP5 release
* use phing to build package
* extend test cases
* Bug #19858 Figlet: _createPhrase duplicates
parent method
* Bug #19891 undefined function init()
* Request #5055 Enhance _createCAPTCHA method
to use user-defined colours
* Request #19854 No reason for Figlet
double-options:
$options['options']['font_file']
* dependency for Image_Text to version 0.7.0 - 0.4.6 (alpha, 2013-03-16)
- 0.4.5 (alpha, 2013-01-26)
- 0.4.4 (alpha, 2013-01-24)
- 0.4.3 (alpha, 2011-02-24)
- 0.4.2 (alpha, 2011-01-16)
- 0.4.1 (alpha, 2010-10-25)
Release notes
License: New BSD
QA release
* Request #11653 Text_Password::create() call
* Bug #12578 incorrect/incomplete license in
package.xml
* Request #16433 Image Driver: If image is too
small, no text is created - 0.4.0 (alpha, 2009-07-27)
Release notes
License: New BSD
+ ** license change from PHP license to BSD
license **
+ implemented feature request #16433 (fixing
behavior from bug #13478): If image is too
small, no text is created (patch by tacker)
+ implemented feature request #11653: new
'phraseOptions' setting to provide options to
Text_Password::create() call
+ updated and new examples
+ various cosmetic changes - 0.3.1 (alpha, 2007-09-02)
Release notes
License: PHP License
+ implemented feature request #11957: Providing
better Image driver error messages in various
places
+ fixed example/documentation bug #11960
+ various cosmetic changes - 0.3.0 (alpha, 2007-08-01)
Release notes
License: PHP License
+ new feature: now supports setting background
and line color for image CAPTCHAs (see
CAPTCHA_test.php example file). Requires
Image_Text >= 0.6.0beta to work. Many thanks
to isnull!
+ bugfix: CAPTCHA drivers now also load
Text/CAPTCHA.php via require_once (suggested
by Philippe Jausions) - 0.2.1 (alpha, 2007-02-18)
Release notes
License: PHP License
+ bugfix: image height could not be set
(reported by Hendrik Vorwerk)
+ cosmetic changes - 0.2.0 (alpha, 2006-12-24)
Release notes
License: PHP License
***********************************
********* MERRY CHRISTMAS *********
***********************************
***********************************
*** Upcoming BC BREAKING CHANGES **
***********************************
+ CAPTCHA options are now provided as one array
(wormus' suggestion)
+ image CAPTCHA is now only created upon
request, making it serializable (jausions'
suggestion)
+ New drivers: Figlet (wormus), Word (toby),
Numeral (davidc), Equation (cweiske)
+ some other stuff ... - 0.1.6 (alpha, 2005-10-27)
Release notes
License: PHP License
+ fixed a bug in the sample (noticed by Nima
Sadjadi) - 0.1.5 (alpha, 2005-09-26)
Release notes
License: PHP License
+ cosmetic changes (CS)
+ small changes sample script (suggested by
Lukas Smith, thanks!) - 0.1.4 (alpha, 2005-08-11)
Release notes
License: PHP License
+ cosmetic changes (whitespace, line endings)
- 0.1.3 (alpha, 2005-06-19)
Release notes
License: PHP License
+ better check for errors thrown from
Image_Text
+ updated examples
+ cosmetic changes - 0.1.2 (alpha, 2005-01-26)
Release notes
License: PHP License
Bugfix release
+ fixed bug #3271 (thanks to Justin)
+ some cosmetic changes - 0.1.1 (alpha, 2004-11-08)
Release notes
License: PHP License
Bugfix release (Int'l PHP Conference Edition)
+ fixed bug #2584 (thanks to wormus)
+ various small fixes - 0.1.0 (alpha, 2004-10-21)
Release notes
License: PHP License
Initial release (PHP World, Munich)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #2485 | Bogus | Bug | 2004-10-08 | no website, no download but these are mentioned | |
| #2584 | Closed | Bug | 2004-10-22 | Error Checking Missing for init() in Image driver | |
| #2846 | Bogus | Bug | 2004-11-28 | Lacking link to Version Control | |
| #3271 | Closed | Bug | 2005-01-22 | phrase set in init is not saved | |
| #3487 | No Feedback | Bug | 2005-02-15 | Default value of options doesn't work | |
| #3525 | No Feedback | Bug | 2005-02-19 | Doesn't work | |
| #3707 | Closed | Req | 2005-03-04 | Modifications to support colors and different fonts | |
| #4133 | Bogus | Bug | 2005-04-12 | Returns empty image | |
| #4158 | Bogus | Req | 2005-04-15 | Test Code Does not Work, and is Subtle about it | |
| #4574 | No Feedback | Bug | 2005-06-11 | not a valid Image resource | |
| #4603 | Bogus | Req | 2005-06-16 | CAPTCHA unpronounceable password generator | |
| #5055 | Closed | Req | 2005-08-10 | Enhance _createCAPTCHA method to use user-defined colours | |
| #5153 | Closed | Req | 2005-08-19 | character based driver | |
| #6840 | Closed | Req | 0.1.6 | 2006-02-19 | redundant code and new method that supports GIF |
| #8229 | Closed | Req | 0.1.6 | 2006-07-16 | Serialization/Unserialization |
| #10726 | Closed | Req | 0.2.1 | 2007-04-14 | Usage of background-color (transparency), text-color, line-color, with alpha |
| #11653 | Closed | Req | 0.2.1 | 2007-07-20 | Text_Password::create() call |
| #11695 | Closed | Bug | 0.2.1 | 2007-07-27 | require_once of base class missing |
| #11749 | Closed | Bug | 0.3.0 | 2007-08-03 | Cannot change colors of CAPTCHA |
| #11957 | Closed | Req | 0.3.0 | 2007-09-01 | Text_Captcha_Driver_Image is present |
| #11958 | Duplicate | Bug | 0.3.0 | 2007-09-01 | Text_Captcha_Driver_Image is present |
| #11960 | Closed | Doc | 0.3.0 | 2007-09-01 | The 'background_color' key in the $_imageOptions array is incorrect data type |
| #12578 | Closed | Bug | 0.3.1 | 2007-12-02 | incorrect/incomplete license in package.xml |
| #13478 | Bogus | Bug | 0.3.1 | 2008-03-23 | Captcha text outside of image boundary |
| #16433 | Closed | Req | 0.3.1 | 2009-07-13 | Image Driver: If image is too small, no text is created |
| #17424 | Closed | Bug | SVN | 2010-05-22 | Compatible _createPhrase() declarations |
| #17601 | Closed | Req | 0.4.0 | 2010-07-16 | Add antialias option for lines, etc. |
| #18151 | Closed | Bug | 0.4.1 | 2010-12-28 | Deprecation-warnings because of "return of new by reference" |
| #18300 | Closed | Bug | 0.4.2 | 2011-02-23 | typo in Figlet.php generating phrase |
| #18890 | Closed | Bug | 0.4.3 | 2011-10-05 | Text_CAPTCHA should depend on newer Image_Text 0.6.0 beta |
| #19790 | Closed | Req | 0.4.3 | 2013-01-16 | Please Provides LICENSE file |
| #19852 | Closed | Bug | 2013-03-11 | usage of die() | |
| #19853 | Closed | Bug | 0.4.5 | 2013-03-11 | Fatal error when non-existing driver is used |
| #19854 | Closed | Req | 0.4.5 | 2013-03-11 | No reason for Figlet double-options: $options['options']['font_file'] |
| #19857 | Closed | Bug | 0.4.5 | 2013-03-15 | Figlet driver: phraseOptions not used |
| #19858 | Closed | Bug | 0.4.5 | 2013-03-15 | Figlet: _createPhrase duplicates parent method |
| #19891 | Closed | Bug | 0.4.6 | 2013-04-09 | undefined function init() |
| #20201 | Closed | Bug | 1.0.0 | 2014-02-17 | license file does not exist, causing error on upgrade. |