sparkapi / sparkapi4p2

A PHP wrapper for the flexmls REST API.
GNU General Public License v3.0
26 stars 28 forks source link

Doesn't work with PHP v7.4 ?? #55

Open ygagnon opened 3 years ago

ygagnon commented 3 years ago

Good morning. I upgraded the PHP version from v7.2 to v7.4 on our VPS a few weeks ago, and I noticed that the client library doesn't work with that version. I had to revert back to v7.2 in order to get everything working again.

Are there any plans to get this client library upgraded to work with PHP version 7.4 any time soon? Or has it recently updated to support it, by any chance?

Thanks, -- Yvan

dgmyrek commented 3 years ago

Hello, an update to support PHP v7.4 is not currently on our development roadmap. It may happen at some point in the future, but we presently do not have any development resources scheduled for the task.

Are there any particular features or changes in PHP v7.4 that you're hoping to make use of as a result of an upgrade?

ygagnon commented 3 years ago

>> Are there any particular features or changes in PHP v7.4 that you're hoping to make use of as a result of an upgrade?

Yes .. as you know, PHP v7.2 is currently deprecated, and we would like to take advantage of the non-deprecated PHP v7.4, as we would get overall better performance of our WordPress site (which is what we're currently trying to integrate your PHP library with).