easypropertylistings / Easy-Property-Listings

Easy Property Listings is ready to make your real estate website faster, safer and better!
GNU General Public License v2.0
78 stars 60 forks source link

Automatic conversion of false to array is deprecated fix #1065

Closed mattneal-stafflink closed 1 year ago

mattneal-stafflink commented 1 year ago

https://wiki.php.net/rfc/autovivification_false

"Every single usage autovivification on false will throw a deprecation error in PHP 8.1 and throw a fatal error in PHP 9.0."

mattneal-stafflink commented 1 year ago

@mervb I haven't done many checks elsewhere to see if this fails or causes issues but this helps to remove a deprecation notice.