Edit report at https://pear.php.net/bugs/bug.php?id=19855&edit=1
ID: 19855
Updated by: daniel.oconnor@gmail.com
Reported By: cweiske@php.net
Summary: Undefined property Text_CAPTCHA_Driver_Word::$locale
-Status: Open
+Status: Closed
Type: Bug
Package: Numbers_Words
PHP Version: Irrelevant
-Assigned To:
+Assigned To: doconnor
Roadmap Versions:
New Comment:
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: doconnor
This bug has been fixed in SVN.
If this was a documentation problem, the fix will appear on pear.php.net
by the end of next Sunday (CET).
If this was a problem with the pear.php.net website, the change should
be live shortly.
Otherwise, the fix will appear in the package's next release.
Thank you for the report and for helping us make PEAR better.
Previous Comments:
------------------------------------------------------------------------
[2013-03-24 20:12:20] cweiske
-Status: Feedback
+Status: Open
Patch at https://github.com/pear/Numbers_Words/pull/4
------------------------------------------------------------------------
[2013-03-16 18:28:58] cweiske
-Package: Text_CAPTCHA
+Package: Numbers_Words
Ah. This probably is a but on Numbers_Words, not
Text_CAPTCHA_Driver_Word. The driver calls the numbers_words method
statically, but it uses $this, inheriting it from the Driver object...
------------------------------------------------------------------------
[2013-03-16 14:59:50] wenz
-Status: Open
+Status: Feedback
SVN version of the driver is identical to the one in the 0.4.5 release.
Do you refer to a SVN version of Numbers_Words?
------------------------------------------------------------------------
[2013-03-15 21:04:13] cweiske
This is fixed in SVN already. No idea why this is not released.
------------------------------------------------------------------------
[2013-03-12 20:02:52] cweiske
Description:
------------
I get a notice when using the Word captcha driver when running
getCAPTCHA() on the object:
PHP Notice: Undefined property: Text_CAPTCHA_Driver_Word::$locale in
/usr/share/php/Numbers/Words.php on line 71
PEAR packages should not emit notices.
------------------------------------------------------------------------