Closed (fixed)
Project:
reCAPTCHA
Version:
7.x-2.x-dev
Component:
reCAPTCHA Captcha
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2015 at 22:12 UTC
Updated:
9 May 2015 at 10:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hass commentedDoes anyone has an idea why the files includes in the
.infofile do not allow me to use the class directly or with other words - how can I use the classes directly? I'd like to get rid of therequire_once().What is the best name for the
includefolder?This is the Google reCAPTCHA library v1.1.1 and this one require PHP 5.3.2 per composer.json.
Comment #3
diolan commented@haas,
As far as I remember the initial version was 1.0.0. Then the source was changed to fix the issue with allow_url_fopen=0 in php.ini (https://www.drupal.org/node/2404083).
Comment #4
hass commentedThanks for this detail! Looks like the new library has not fixed this, too.
Comment #5
hass commentedLooks like there is an open issue about this already https://github.com/google/recaptcha/pull/39 . We could commit the code as is and wait for the feature or hack the lib. I tend to wait and also add a hook_requirements() that checks if everything is available we need.
Comment #6
hass commented