thiagocavaloti / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

v2 does NOT WORK on many servers because of php hardening! #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
recaptcha v2 does not work on many-many-many servers because hardened php 
installations does not allow file_get_contents with url wrappers!
Please see 
http://php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen
v1 used fsockopen.
Please rewrite v2 to use fsockopen again.
Thank you.

Original issue reported on code.google.com by uxo...@gmail.com on 29 Dec 2014 at 1:14