ProxiBlue / reCaptcha

Clean implementation of Google reCaptcha for magento
http://www.proxiblue.com.au/blog/magento-recaptcha/
GNU General Public License v3.0
86 stars 60 forks source link

PHP 7.2 Compatibility #24

Closed scottcdi closed 5 years ago

scottcdi commented 5 years ago

Magento just recently announced that they will be openly supporting PHP 7.2 for the magento 1 instance and have also recently just released a patch.

Does anyone know if this plugin will be compatible with PHP 7.2 or if a patch is planning on being developed here as well?

ProxiBlue commented 5 years ago

The module is already used on sites I manage that runs PHP 7.1 (based on inchoo patches) Once I have a working PHP 7.2 based site, I will test module.

Nothing prevents you from doing a bit of effort, and test as well, if you already have a PHP 7.2 site to test on.

Will be appreciated.

scottcdi commented 5 years ago

We will be spinning up a dev env shortly with the magento 7.2 patch. Will report back with any issues. Thank you.