• Resolved hahatey

    (@hahatey)


    “Show the option to toggle recaptcha version in PHP 5.3.2+ only. This means in PHP < 5.3.2 there’s no option to select recaptcha version, recaptcha version 1 will always be used. This should affect the theme options page as well.
    Add back support for PHP 5.2.”

    server’s current php version is 5.2, and of course plugin will only show version 1 of google recaptcha, but if I try to remove php 5.3.2 version check line and force it to use version 2, what will happen?

    thanks.

    https://www.ads-software.com/plugins/bwp-recaptcha/

Viewing 1 replies (of 1 total)
  • Plugin Author Khang Minh

    (@oddoneout)

    The plugin will then load the recaptcha v2 PHP library that will throw a fatal error on your PHP 5.2 server due to syntax incompatibility.

Viewing 1 replies (of 1 total)
  • The topic ‘what will happen if I manually remove the php version check code?’ is closed to new replies.