| Newsgroups |
php.pear.bugs |
| Message-ID |
<[email protected]> |
Edit report at http://pear.php.net/bugs/bug.php?id=17429&edit=1
ID: 17429
Comment by: [email protected]
Reported By: cweiske at php dot net
Summary: Make re-configuration possible
Status: Open
Type: Feature/Change Request
Package: Text_CAPTCHA_Numeral
Package Version: 1.2.0
PHP Version: 5.3.2
Roadmap Versions:
New Comment:
To make possible change the values after create the instance I add a
method prepare.
this method can do the same configuration the constructor can do.
Previous Comments:
------------------------------------------------------------------------
[2011-07-28 05:25:36] ivonascimento
Added #patch bug:17429;patch:add-prepare-values;revision:1311827136;.
------------------------------------------------------------------------
[2011-07-28 05:20:54] ivonascimento
Added #patch bug:17429;patch:add-prepare-values;revision:1311826854;.
------------------------------------------------------------------------
[2010-05-24 07:21:41] cweiske
Description:
------------
It would be really helpful if the numeral captcha object would be
re-configurable after it has been configured.
Currently, the class is nothing than a objectized version of a static
method that you pass some parameters and get the captcha question +
answer back.
One cannot take advantage of the object structure, i.e. by changing
minimum value after instantiation, or adjusting the maximum value if the
operation is "*".
------------------------------------------------------------------------
--
Edit this bug report at http://pear.php.net/bugs/bug.php?id=17429&edit=1