propertyhive / WP-Property-Hive

The complete estate agency software plugin for WordPress
Other
27 stars 27 forks source link

PHP deprecated error on 7.4 #112

Closed tomslominski closed 4 years ago

tomslominski commented 4 years ago

Hi guys,

I'm running Property Hive on PHP 7.4 and I'm getting a lot of deprecation notices like these. As far as I can tell, these have no effect other than clogging up my error logs. I'm happy to submit a pull request if you'd like me to. 🙂

[20-Mar-2020 12:06:03 UTC] PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /sites/[site_url]/files/wp-content/plugins/propertyhive/includes/ph-formatting-functions.php on line 56
[20-Mar-2020 12:06:03 UTC] PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /sites/[site_url]/files/wp-content/plugins/propertyhive/includes/ph-formatting-functions.php on line 56
[20-Mar-2020 12:06:03 UTC] PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /sites/[site_url]/files/wp-content/plugins/propertyhive/includes/ph-formatting-functions.php on line 57
[20-Mar-2020 12:06:03 UTC] PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /sites/[site_url]/files/wp-content/plugins/propertyhive/includes/ph-formatting-functions.php on line 57
[20-Mar-2020 12:06:03 UTC] PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /sites/[site_url]/files/wp-content/plugins/propertyhive/includes/ph-formatting-functions.php on line 58
[20-Mar-2020 12:06:03 UTC] PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /sites/[site_url]/files/wp-content/plugins/propertyhive/includes/ph-formatting-functions.php on line 58
propertyhive commented 4 years ago

Thanks for reporting this. Will change this for our release early next week.

Steve