ZF-11061: ext/mcrypt is only required by Zend_Service_ReCaptcha_MailHide
Description
The manual's requirements page lists ext/mcrypt as a hard dependency of Zend_Service_Recaptcha.
There's no mention or usage of mcrypt in the "normal" Zend_Service_Recaptcha code. It appears that mcrypt is only required if you use the Zend_Service_ReCaptcha_MailHide sub-component.
So, it seems like the requirements page should either list mcrypt as a "Soft" dependency, or as a hard dependency on the MailHide sub-component.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-02-19T13:06:35.000+0000
Fixed in trunk r23734 merged to branch release 1.11 r23735.
Posted by John Flatness (zerocrates) on 2011-02-22T07:34:00.000+0000
The committed change fixes the problem in {{requirements-php-extensions-table.xml}}, but not the reverse problem in {{requirements-zendcomponents-table.xml}}.
Posted by Ramon Henrique Ornelas (ramon) on 2011-03-06T07:47:57.000+0000
Done in trunk r23795 in the branch release r23796 - thanks.