PHP 7.2 Support

Are there immediate plans on updating the plugin for PHP 7.2 support? Specifically:

Filename: wp-content/plugins/gravityforms/includes/webapi/webapi.phpError617 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead 698 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead 699 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead 702 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead 704 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead Filename: wp-content/plugins/gravityforms/includes/fields/class-gf-field-captcha.phpError427 | ERROR | The constant MCRYPT_RIJNDAEL_128 is deprecated since PHP 7.1 and removed since PHP 7.2 Filename: wp-content/plugins/gravityforms/common.phpError5356 | ERROR | The constant MCRYPT_RIJNDAEL_256 is deprecated since PHP 7.1 and removed since PHP 7.2 5357 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead 5357 | ERROR | Function mcrypt_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead 5357 | ERROR | The constant MCRYPT_MODE_ECB is deprecated since PHP 7.1 and removed since PHP 7.2 5360 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead 5360 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead 5360 | ERROR | The constant MCRYPT_MODE_ECB is deprecated since PHP 7.1 and removed since PHP 7.2 5360 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead 5360 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead 5360 | ERROR | The constant MCRYPT_RAND is deprecated since PHP 7.1 and removed since PHP 7.2 5388 | ERROR | The constant MCRYPT_RIJNDAEL_256 is deprecated since PHP 7.1 and removed since PHP 7.2 5389 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead 5389 | ERROR | Function mcrypt_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead 5389 | ERROR | The constant MCRYPT_MODE_ECB is deprecated since PHP 7.1 and removed since PHP 7.2 5392 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead 5392 | ERROR | Function mcrypt_decrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead 5392 | ERROR | The constant MCRYPT_MODE_ECB is deprecated since PHP 7.1 and removed since PHP 7.2 5392 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead 5392 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead 5392 | ERROR | The constant MCRYPT_RAND is deprecated since PHP 7.1 and removed since PHP 7.2

Gravity Forms does support PHP 7.2 currently. Please open a support ticket here so we can go over the specific messages you’re receiving:

https://www.gravityforms.com/open-support-ticket/

Thank you.